StateDetailsContentsXmlBlob.Blob Property
Gets or sets the CDATA blob that will go into the state details.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Blob { get; set; }
public:
property String^ Blob {
String^ get();
void set(String^ value);
}
Public Property Blob As String
Property Value
Type: System.String
See Also
StateDetailsContentsXmlBlob Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top