IXmlSchemaInfo.SchemaAttribute Property

Definition

Gets the compiled XmlSchemaAttribute that corresponds to this validated XML node.

public:
 property System::Xml::Schema::XmlSchemaAttribute ^ SchemaAttribute { System::Xml::Schema::XmlSchemaAttribute ^ get(); };
public System.Xml.Schema.XmlSchemaAttribute? SchemaAttribute { get; }
public System.Xml.Schema.XmlSchemaAttribute SchemaAttribute { get; }
member this.SchemaAttribute : System.Xml.Schema.XmlSchemaAttribute
Public ReadOnly Property SchemaAttribute As XmlSchemaAttribute

Property Value

An XmlSchemaAttribute that corresponds to this validated XML node.

Applies to