Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim node As XElement
Dim value As Object
Dim type As Type
Dim returnValue As XElement

returnValue = Argument.Serialize(node, value, type)

Syntax

Visual Basic
Protected Shared Function Serialize ( _
		node As XElement, _
		value As Object, _
		type As Type _
) As XElement
C#
protected static XElement Serialize (
		XElement node,
		Object value,
		Type type
)
C++
protected:
static XElement^ Serialize (
		XElement^ node, 
		Object^ value, 
		Type^ type
)
J#
protected static XElement Serialize (
		XElement node, 
		Object value, 
		Type type
)
JScript
protected static function Serialize (
		node : XElement, 
		value : Object, 
		type : Type
) : XElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also