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!

XmlSchemaDocumentation.Language

[To be supplied.]

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

See Also

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