Read / Write |
About CalPod as ECal |
Description |
Sets or returns whether the device (CalPod module) that was specified by ECalID will be characterized as an in situ device. Learn more. |
VB Syntax |
ecalUser.InSituCharacterization = value |
Variable |
(Type) - Description |
ecalUser |
An ECalUserCharacterizer (object) |
value |
(Boolean) In situ state. Choose from: True - Characterize the CalPod module as an in situ device. False Do NOT characterize the CalPod module as an in situ device. |
Return Type |
Boolean |
Default |
True |
Examples |
ecalUser.InSituCharacterization = False ' Write |
Value = ecalUser.InSituCharacterization |
|
C++ Syntax |
HRESULT get_InSituCharacterization(VARIANT_BOOL *value); HRESULT put_InSituCharacterization(VARIANT_BOOL value); |
Interface |
IECalUserCharacterizer3 |