[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Generates raw XML for the action portion of the header. The setter Constructor, so don't use it, it's only there for serialization.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
XmlNode 
ActionNode { 
get; 
set; }
Public 
Property 
ActionNode 
As 
XmlNode
	
Get
	
Set
public:
property 
XmlNode^ 
ActionNode {
	
XmlNode^ 
get ();
	
void 
set (
XmlNode^ 
value);
}

See Also