Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data that's inserted into the CDATA portion of the state message. This property must inherit from StateDetailsContents.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended,
CheckRecursively = true)]
public StateDetailsContents StateDetailsContents { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended,
CheckRecursively = true)]
property StateDetailsContents^ StateDetailsContents {
StateDetailsContents^ get();
void set(StateDetailsContents^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended,
CheckRecursively := True)>
Public Property StateDetailsContents As StateDetailsContents
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContents
See Also
StateDetails Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top