Feedback

  • Contents
 

II3IDParameter::ExpressionIsReadOnly Property

get_ExpressionIsReadOnly

Indicates whether the parameter contains a read-only expression.

IDL Function Prototype

HRESULT ExpressionIsReadOnly(

   [out, retval] VARIANT_BOOL * ExprIsReadOnly

);

C/C++ Syntax

HRESULT get_ExpressionIsReadOnly(VARIANT_BOOL * ExprIsReadOnly);

Parameters

ExprIsReadOnly

True of the expression is read-only; otherwise False.