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

This is the data that's inserted into the CDATA portion of the state message. Must inherit from StateDetailsContents

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended, CheckRecursively = 
true)]
public 

StateDetailsContents 
StateDetailsContents { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended, CheckRecursively := 
True)> _
Public 
Property 
StateDetailsContents 
As 

StateDetailsContents
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended, CheckRecursively = 
true)]
public:
property 

StateDetailsContents^ 
StateDetailsContents {
	

StateDetailsContents^ 
get ();
	
void 
set (

StateDetailsContents^ 
value);
}

See Also