Indicates whether object1 or object2 of an Access instance holds the clock for Access times.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClockHost() As AgECrdnVolumeClockHostType |
[C#] |
---|
public AgECrdnVolumeClockHostType ClockHost {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnVolumeClockHostType get_ClockHost(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClockHost( AgECrdnVolumeClockHostType * pRetVal ); public: HRESULT put_ClockHost( AgECrdnVolumeClockHostType ClockHost ); |
[Java] |
---|
public AgECrdnVolumeClockHostType getClockHost(); public void setClockHost( AgECrdnVolumeClockHostType ); |
[Python - STK API ] |
---|
@property def ClockHost(self) -> "AgECrdnVolumeClockHostType": @ClockHost.setter def ClockHost(self, ClockHost:"AgECrdnVolumeClockHostType") -> None: |