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!

XmlMimeInfo.ElementRef

[To be supplied.]

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

See Also

XmlMimeInfo Class | XmlMimeInfo Members | System.Web.Services.Description Namespace