StatusMessageGenerator.StatusMessageProperties Property
Performs consistency checks on the status message properties. This property should not be invoked directly. Only call this property by using ConfigMgrStatusMessage.ParseStatusMessage(...).
An exception is thrown if any required properties are not set.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyCollectionAttribute]
public Collection<StatusMessageProperty> StatusMessageProperties { get; }
public:
[StatusMessagePropertyCollectionAttribute]
property Collection<StatusMessageProperty^>^ StatusMessageProperties {
Collection<StatusMessageProperty^>^ get();
}
<StatusMessagePropertyCollectionAttribute>
Public ReadOnly Property StatusMessageProperties As Collection(Of StatusMessageProperty)
Property Value
Type: System.Collections.ObjectModel.Collection<StatusMessageProperty>
See Also
StatusMessageGenerator Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top