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

Gets/sets the argument that defines the message to StateMessageManager

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 

StateMessageManager 
StateManager { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
StateManager 
As 

StateMessageManager
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 

StateMessageManager^ 
StateManager {
	

StateMessageManager^ 
get ();
	
void 
set (

StateMessageManager^ 
value);
}

See Also