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!

DataStorage.DefaultValue

[To be supplied.]

[Visual Basic]
MustOverride Public ReadOnly Property DefaultValue As Object
[C#]
public object DefaultValue {abstract get;}
[C++]
public: __property virtual Object* get_DefaultValue() = 0;
[JScript]
public abstract function get DefaultValue() : Object;

See Also

DataStorage Class | DataStorage Members | System.Data.Internal Namespace