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[] ValueTable {get; set;}
'Declaration
Public Property ValueTable As Integer()
'Usage
Dim instance As RemapHueCommand Dim value() As Integer instance.ValueTable = value value = instance.ValueTable
public int[] ValueTable {get; set;}
@property (nonatomic, assign, nullable) const unsigned int *valueTable
public int[] getValueTable() public void setValueTable(int[] value)
<br/>get_ValueTable();<br/>set_ValueTable(value);<br/>Object.defineProperty('ValueTable');
public: property array<int>^ ValueTable { array<int>^ get(); void set ( array<int>^ value); }