Description
Whether to use custom reference.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseCustomReference() As Boolean
|
[C#] |
---|
public bool UseCustomReference {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseCustomReference(); public: __property void set_UseCustomReference(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UseCustomReference(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCustomReference(
VARIANT_BOOL UseCustomReference
);
|
[Java] |
---|
public bool getUseCustomReference();
public void setUseCustomReference(
bool
);
|
See Also