Partager via


InventoryReportHeader.ActionNode Property

 

Generates raw XML for the action portion of the header. This is the setter constructor, only used for serialization. Do not use.

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

Syntax

public XmlNode ActionNode { get; set; }
public:
property XmlNode^ ActionNode {
    XmlNode^ get();
    void set(XmlNode^ value);
}
Public Property ActionNode As XmlNode

Property Value

Type: System.Xml.XmlNode

See Also

InventoryReportHeader Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top