XmlSchemaAttribute.RefName Proprietà

Definizione

Ottiene o imposta il nome di un attributo dichiarato in questo schema (o un altro schema indicato dallo spazio dei nomi specificato).

public:
 property System::Xml::XmlQualifiedName ^ RefName { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName RefName { get; set; }
member this.RefName : System.Xml.XmlQualifiedName with get, set
Public Property RefName As XmlQualifiedName

Valore della proprietà

Nome dell'attributo dichiarato.

Commenti

Deve RefName essere un QName. Il tipo può includere un prefisso dello spazio dei nomi. Le proprietà Name e RefName si escludono a vicenda.

Optional.

Si applica a