Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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