Share via


StatusMessageFile.AddAttribute Method (UInt32, String)

 

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

See Also

StatusMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top