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!

ServiceReferenceInfo.Document

[To be supplied.]

[Visual Basic]
Public Property Document As String
[C#]
public string Document {get; set;}
[C++]
public: __property String* get_Document();
public: __property void set_Document(String*);
[JScript]
public function get Document() : String;
public function set Document(String);

See Also

ServiceReferenceInfo Class | ServiceReferenceInfo Members | System.Web.Services.Discovery Namespace