SccmSerializer.Schema Property

 

The XML schema set for the application.

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

Syntax

public static XmlSchemaSet Schema { get; }
public:
property XmlSchemaSet^ Schema {
    static XmlSchemaSet^ get();
}
Public Shared ReadOnly Property Schema As XmlSchemaSet

Property Value

Type: System.Xml.Schema.XmlSchemaSet

Returns XmlSchemaSet.

See Also

SccmSerializer Class
Microsoft.ConfigurationManagement.ApplicationManagement.Serialization Namespace

Return to top