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!

XmlSchemaElement.IsFinal

[To be supplied.]

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

See Also

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