Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public int Threshold {get; set;}
'Declaration
Public Property Threshold As Integer
'Usage
Dim instance As SegmentCommand Dim value As Integer instance.Threshold = value value = instance.Threshold
public int Threshold {get; set;}
@property (nonatomic, assign) NSUInteger threshold
public int getThreshold() public void setThreshold(int value)
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');