Partager via


InventoryInstanceGeneric.RawXml Property

 

Gets or sets the raw XML data to add to the XML stream.

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

Syntax

public string RawXml { get; set; }
public:
property String^ RawXml {
    String^ get();
    void set(String^ value);
}
Public Property RawXml As String

Property Value

Type: System.String

See Also

InventoryInstanceGeneric Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top