XdmType.SchemaType PropertyXdmType.SchemaType PropertyXdmType::SchemaType Property

Gets the schema type.

Syntax

Public MustOverride ReadOnly Property SchemaType As System.Xml.Schema.XmlSchemaType
        Get
public abstract System.Xml.Schema.XmlSchemaType SchemaType { get; }
public:
property System.Xml.Schema::XmlSchemaType^ SchemaType {
    virtual System.Xml.Schema::XmlSchemaType^ get() abstract;
}