Feedback

  • Contents
 

II3IDParameterDefinition::DefaultValueIsVariable Property

get_DefaultValueIsVariable

Indicates whether or not the default value of the parameter specifies a variable.

IDL Function Prototype

HRESULT DefaultValueIsVariable(

   [out, retval] VARIANT_BOOL * DefValIsVariable

);

C/C++ Syntax

HRESULT get_DefaultValueIsVariable(VARIANT_BOOL * DefValIsVariable);

Parameters

DefValIsVariable

True if the default value specifies a variable; otherwise False.