This document is archived and information here might be outdated. Recommended version. |
Gets the default value for the given field.
[Visual Basic .NET] Public Function get_DefaultValue ( _ ByVal Field As String _ ) As Object
[C#] public object get_DefaultValue ( string Field );
[C++]
HRESULT get_DefaultValue(
BSTR Field,
Variant* Value
);
[C++]
Parameters Field [in]
Field is a parameter of type BSTR Value [out, retval]
Value is a parameter of type VARIANT*
Returns the current value for the given field in the template.