InventoryReportBody.RawXml Property
Gets the serialized XML blob for the inventory instance.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string RawXml { get; private set; }
public:
property String^ RawXml {
String^ get();
private: void set(String^ value);
}
Public Property RawXml As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top