SccmSerializer.Validate Method (XDocument)

 

Validates an XML document against the application digest schema and semantic rules.

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

Syntax

public static void Validate(
    XDocument xml
)
public:
static void Validate(
    XDocument^ xml
)
Public Shared Sub Validate (
    xml As XDocument
)

Parameters

See Also

SccmSerializer Class
Microsoft.ConfigurationManagement.ApplicationManagement.Serialization Namespace

Return to top