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!

XmlAttributes.DefaultValue

[To be supplied.]

[Visual Basic]
Public Property DefaultValue As Object
[C#]
public object DefaultValue {get; set;}
[C++]
public: __property Object* get_DefaultValue();
public: __property void set_DefaultValue(Object*);
[JScript]
public function get DefaultValue() : Object;
public function set DefaultValue(Object);

See Also

XmlAttributes Class | XmlAttributes Members | System.Xml.Serialization Namespace