Specify whether to use custom interval list (CustomTimeLimits).
Read-write property
[Visual Basic .NET] |
---|
Public Property UseCustomTimeLimits() As Boolean |
[C#] |
---|
public bool UseCustomTimeLimits {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseCustomTimeLimits(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseCustomTimeLimits( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseCustomTimeLimits( VARIANT_BOOL UseCustomTimeLimits ); |
[Java] |
---|
public bool getUseCustomTimeLimits(); public void setUseCustomTimeLimits( bool ); |