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)
get_Master();
set_Master(value);
Object.defineProperty('Master');
public: property ColorLevelCommandData^ Master { ColorLevelCommandData^ get(); void set ( ColorLevelCommandData^ value); }