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