Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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