This document is archived and information here might be outdated. Recommended version. |
The default value of the parameter.
[Visual Basic .NET]
Public Property DefaultValue As Object
[C#]
public object DefaultValue {get; set;}
[C++]
HRESULT get_DefaultValue(
Variant* Value
);
[C++]
HRESULT put_DefaultValue(
VARIANT Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type VARIANT* Value [in]
Value is a parameter of type VARIANT
The DefaultValue property is the parameter value stored in the NetworkDataset that should be be used to initialize the Value property. The variant type of the parameter is based off the DefaultValue's variant type.