Description
Opt to constrain a chain so that accesses of shorter duration than the specified minimum value are excluded from chain access results.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseMinLinkTime() As Boolean
|
[C#] |
---|
public bool UseMinLinkTime {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseMinLinkTime(); public: __property void set_UseMinLinkTime(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UseMinLinkTime(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseMinLinkTime(
VARIANT_BOOL UseMinLinkTime
);
|
[Java] |
---|
public bool getUseMinLinkTime();
public void setUseMinLinkTime(
bool
);
|
[Python - STK API] |
---|
@property
def UseMinLinkTime(self) -> bool:
@UseMinLinkTime.setter
def UseMinLinkTime(self, UseMinLinkTime:bool) -> None:
|
See Also