- Contents
 
DesignerCOM API
II3IDParameterDefinition::DefaultValue Property
get_DefaultValue
Returns the default value for the parameter.
IDL Function Prototype
HRESULT DefaultValue(
[out, retval] BSTR * DefValue
);
C/C++ Syntax
HRESULT get_DefaultValue(BSTR * DefValue);
Parameters
- DefValue
 - 
 
This parameter's default value.
 
put_DefaultValue
Sets the default value for the parameter.
IDL Function Prototype
HRESULT DefaultValue(
[in] BSTR DefValue
);
C/C++ Syntax
HRESULT put_DefaultValue(BSTR DefValue);
Parameters
- DefValue
 - 
 
New default value for the parameter, which must be convertible to a VT_BSTR.
 

 
			 