Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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