Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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