StateMessageUserParameters.Parameters Property

 

Gets the parameters for the state message. This property should only be used for serialization.

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

Syntax

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

Property Value

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

See Also

StateMessageUserParameters Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top