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 Amount {get; set;}
'Declaration
Public Property Amount As Integer
'Usage
Dim instance As AdaptiveContrastCommand Dim value As Integer instance.Amount = value value = instance.Amount
public int Amount {get; set;}
@property (nonatomic, assign) NSUInteger amount
public int getAmount() public void setAmount(int value)
<br/>get_Amount();<br/>set_Amount(value);<br/>Object.defineProperty('Amount');