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!

XmlSchemaNumericFacet.Value

[To be supplied.]

[Visual Basic]
Public Property Value As Integer
[C#]
public int Value {get; set;}
[C++]
public: __property int get_Value();
public: __property void set_Value(int);
[JScript]
public function get Value() : int;
public function set Value(int);

See Also

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