Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an attribute to the status message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddAttribute(
uint attributeId,
string attributeValue
)
public:
void AddAttribute(
unsigned int attributeId,
String^ attributeValue
)
Public Sub AddAttribute (
attributeId As UInteger,
attributeValue As String
)
Parameters
attributeId
Type: System.UInt32The attribute ID.
attributeValue
Type: System.StringThe attribute value.
See Also
StatusMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top