[To be supplied.]
[Visual Basic] Public Property FixedValue As String [C#] public string FixedValue {get; set;} [C++] public: __property String* get_FixedValue(); public: __property void set_FixedValue(String*); [JScript] public function get FixedValue() : String; public function set FixedValue(String);
XmlSchemaElement Class | XmlSchemaElement Members | System.Xml.Serialization.Schema Namespace