public ColorLevelCommandData Master {get;}
'Declaration Public ReadOnly Property Master As ColorLevelCommandData
'Usage Dim instance As AutoColorLevelCommand Dim value As ColorLevelCommandData value = instance.Master
public ColorLevelCommandData Master {get;}
@property (nonatomic, strong, readonly) LTColorLevelCommandData* master;
public ColorLevelCommandData getMaster()
get_Master();
public: property ColorLevelCommandData^ Master { ColorLevelCommandData^ get(); }
The AutoColorLevelCommand command updates the value of this property.