Description
The automatic sequence to trigger if the highlighted stopping condition is satisfied.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Sequence() As String
|
[C#] |
---|
public string Sequence {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_Sequence(); public: __property void set_Sequence(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Sequence(
BSTR * pVal
);
public: HRESULT put_Sequence(
BSTR newVal
);
|
[Java] |
---|
public String getSequence();
public void setSequence(
String
);
|
[Python - STK API] |
---|
@property
def Sequence(self) -> str:
@Sequence.setter
def Sequence(self, newVal:str) -> None:
|
See Also