StateDetailsContentsXmlBlob.IsCdata Property
If true, the XML blob is a CDATA.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool IsCdata { get; }
public:
property bool IsCdata {
bool get();
}
Public ReadOnly Property IsCdata As Boolean
Property Value
Type: System.Boolean
See Also
StateDetailsContentsXmlBlob Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top