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

Serializes an object to an XML node. This can be used to do in-place XML updates that the serializers can't handle. This should be used with [XmlAnyElement] blocks

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
XmlNode 
SerializeObjectToXmlNode(
	
Object 
inputValue
)
Public 
Shared 
Function 
SerializeObjectToXmlNode ( _
	
inputValue 
As 
Object _
) 
As 
XmlNode
public:
static 
XmlNode^ 
SerializeObjectToXmlNode(
	
Object^ 
inputValue
)

Parameters

inputValue
Object

See Also