Partager via


StatusMessageProperties.Properties Property

 

Gets an array of properties.

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

Syntax

public Collection<StatusMessageProperty> Properties { get; }
public:
property Collection<StatusMessageProperty^>^ Properties {
    Collection<StatusMessageProperty^>^ get();
}
Public ReadOnly Property Properties As Collection(Of StatusMessageProperty)

Property Value

Type: System.Collections.ObjectModel.Collection<StatusMessageProperty>

See Also

StatusMessageProperties Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top