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 ColorLevelCommandData Master {get; set;}
'Declaration
Public Property Master As ColorLevelCommandData
'Usage
Dim instance As ColorLevelCommand Dim value As ColorLevelCommandData instance.Master = value value = instance.Master
public ColorLevelCommandData Master {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData *master
public ColorLevelCommandData getMaster() public void setMaster(ColorLevelCommandData value)
<br/>get_Master();<br/>set_Master(value);<br/>Object.defineProperty('Master');
public: property ColorLevelCommandData^ Master { ColorLevelCommandData^ get(); void set ( ColorLevelCommandData^ value); }