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[] Average {get; set;}
'Declaration
Public Property Average As Integer()
'Usage
Dim instance As LightControlCommand Dim value() As Integer instance.Average = value value = instance.Average
public int[] Average {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSNumber *> *average
public int[] getAverage() public void setAverage(int[] value)
<br/>get_Average();<br/>set_Average(value);<br/>Object.defineProperty('Average');
public: property array<int>^ Average { array<int>^ get(); void set ( array<int>^ value); }