XmlSchemaSimpleTypeRestriction.BaseType Proprietà

Definizione

Ottiene o imposta informazioni sul tipo di base.

public:
 property System::Xml::Schema::XmlSchemaSimpleType ^ BaseType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleType ^ value); };
public System.Xml.Schema.XmlSchemaSimpleType? BaseType { get; set; }
public System.Xml.Schema.XmlSchemaSimpleType BaseType { get; set; }
member this.BaseType : System.Xml.Schema.XmlSchemaSimpleType with get, set
Public Property BaseType As XmlSchemaSimpleType

Valore della proprietà

XmlSchemaSimpleType

Tipo base dell'elemento simpleType.

Commenti

L'uso di BaseTypeName e BaseType si escludono a vicenda.

Si applica a