[To be supplied.]
[Visual Basic] Public Property IsNullable As Boolean [C#] public bool IsNullable {get; set;} [C++] public: __property bool get_IsNullable(); public: __property void set_IsNullable(bool); [JScript] public function get IsNullable() : Boolean; public function set IsNullable(Boolean);
XmlSchemaElement Class | XmlSchemaElement Members | System.Xml.Serialization.Schema Namespace