StatusMessage.Properties Property

 

Gets or sets the properties contained in the status message.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public StatusMessageProperties Properties { get; set; }
public:
property StatusMessageProperties^ Properties {
    StatusMessageProperties^ get();
    void set(StatusMessageProperties^ value);
}
Public Property Properties As StatusMessageProperties

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.StatusMessageProperties

See Also

StatusMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top