This document is archived and information here might be outdated. Recommended version. |
Default value for the field.
[Visual Basic .NET] Public Property DefaultValue As Object
[C#] public object DefaultValue {get; set;}
[C++]
HRESULT get_DefaultValue(
Variant* DefaultValue
);
[C++]
HRESULT put_DefaultValue(
VARIANT DefaultValue
);
[C++]
Parameters DefaultValue [out, retval]
DefaultValue is a parameter of type VARIANT* DefaultValue [in]
DefaultValue is a parameter of type VARIANT
The DefaultValue specifies the value to use for this field of the network location. This value will be overridden if a candidate field name matches a field on the input cursor.