XmlSchemaSimpleTypeRestriction.BaseType Propiedad

Definición

Obtiene o establece información sobre el tipo 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

Valor de propiedad

Tipo base del elemento simpleType.

Comentarios

El uso de BaseTypeName y BaseType son mutuamente excluyentes.

Se aplica a