Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
public int End {get; set;}
'Declaration
Public Property End As Integer
'Usage
Dim instance As StatisticsInformationCommand Dim value As Integer instance.End = value value = instance.End
public int End {get; set;}
@property (nonatomic, assign) NSInteger end
public int getEnd() public void setEnd(int value)
<br/>get_End();<br/>set_End(value);<br/>Object.defineProperty('End');