[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds an attribute to the status message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
AddAttribute(
	
uint 
attributeId,
	
string 
attributeValue
)
Public 
Sub 
AddAttribute ( _
	
attributeId 
As 
UInteger, _
	
attributeValue 
As 
String _
)
public:
void 
AddAttribute(
	
unsigned int 
attributeId, 
	
String^ 
attributeValue
)

Parameters

attributeId
UInt32
attributeValue
String

See Also