NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemaElement.RefName

[To be supplied.]

[Visual Basic]
Public Property RefName As XmlQualifiedName
[C#]
public XmlQualifiedName RefName {get; set;}
[C++]
public: __property XmlQualifiedName get_RefName();
public: __property void set_RefName(XmlQualifiedName);
[JScript]
public function get RefName() : XmlQualifiedName;
public function set RefName(XmlQualifiedName);

See Also

XmlSchemaElement Class | XmlSchemaElement Members | System.Xml.Serialization.Schema Namespace