Description
This property is deprecated. Use the TimeInterval property to configure the time interval. Stop Time: end of the user-specified time period for the chain. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Stop() As System.Object
|
[C#] |
---|
public System.Object Stop {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_Stop(); public: __property void set_Stop(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Stop(
VARIANT * pVal
);
public: HRESULT put_Stop(
VARIANT Stop
);
|
[Java] |
---|
public VARIANT getStop();
public void setStop(
VARIANT
);
|
See Also