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 Factor {get; set;}
'Declaration
Public Property Factor As Integer
'Usage
Dim instance As MultiplyCommand Dim value As Integer instance.Factor = value value = instance.Factor
public int Factor {get; set;}
@property (nonatomic, assign) NSUInteger factor
public int getFactor() public void setFactor(int value)
<br/>get_Factor();<br/>set_Factor(value);<br/>Object.defineProperty('Factor');