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 Yellow {get; set;}
'Declaration
Public Property Yellow As Integer
'Usage
Dim instance As SelectiveColorCommandData Dim value As Integer instance.Yellow = value value = instance.Yellow
public int Yellow {get; set;}
@property (nonatomic, assign) char yellow
public int getYellow() public void setYellow(int value)
<br/>get_Yellow();<br/>set_Yellow(value);<br/>Object.defineProperty('Yellow');