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!

XmlSchema.IsRelational

[To be supplied.]

[Visual Basic]
Public Property IsRelational As Boolean
[C#]
public bool IsRelational {get; set;}
[C++]
public: __property bool get_IsRelational();
public: __property void set_IsRelational(bool);
[JScript]
public function get IsRelational() : Boolean;
public function set IsRelational(Boolean);

See Also

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