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.FixedValue

[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);

See Also

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