[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the user parameter

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

StateMessageUser 
UserParameter { 
get; 
set; }
Public 
Property 
UserParameter 
As 

StateMessageUser
	
Get
	
Set
public:
property 

StateMessageUser 
UserParameter {
	

StateMessageUser 
get ();
	
void 
set (

StateMessageUser 
value);
}

See Also