Share via


StateMessageUserParameters.UserParameter Property

 

Gets or sets the user parameter.

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

Syntax

public StateMessageUser UserParameter { get; set; }
public:
property StateMessageUser UserParameter {
    StateMessageUser get();
    void set(StateMessageUser value);
}
Public Property UserParameter As StateMessageUser

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageUser

See Also

StateMessageUserParameters Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top