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!

XmlSchemaNotation.Public

[To be supplied.]

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

See Also

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