StatusMessageProperties.AddProperty Method (StatusMessageProperty)
Adds a property to the list. Equivalent to Properties.Add(...).
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddProperty(
StatusMessageProperty property
)
public:
void AddProperty(
StatusMessageProperty^ property
)
Public Sub AddProperty (
property As StatusMessageProperty
)
Parameters
property
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StatusMessagePropertyThe status message property.
See Also
StatusMessageProperties Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top