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!

XmlSchemaAppInfo.Source

[To be supplied.]

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

See Also

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