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 ColorThresholdCommandComponent[] Components {get; set;}
'Declaration
Public Property Components As ColorThresholdCommandComponent()
'Usage
Dim instance As ColorThresholdCommand Dim value() As ColorThresholdCommandComponent instance.Components = value value = instance.Components
public ColorThresholdCommandComponent[] Components {get; set;}
@property (nonatomic, strong) NSMutableArray<LTColorThresholdCommandComponent *> *components
public ColorThresholdCommandComponent[] getComponents() public void setComponents(ColorThresholdCommandComponent[] value)
<br/>get_Components();<br/>set_Components(value);<br/>Object.defineProperty('Components');
public: property array<ColorThresholdCommandComponent^>^ Components { array<ColorThresholdCommandComponent^>^ get(); void set ( array<ColorThresholdCommandComponent^>^ value); }