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 IntensityDetectCommandFlags Channel {get; set;}
'Declaration
Public Property Channel As IntensityDetectCommandFlags
'Usage
Dim instance As IntensityDetectCommand Dim value As IntensityDetectCommandFlags instance.Channel = value value = instance.Channel
public IntensityDetectCommandFlags Channel {get; set;}
@property (nonatomic, assign) LTIntensityDetectCommandFlags channel
public int getChannel() public void setChannel(int value)
<br/>get_Channel();<br/>set_Channel(value);<br/>Object.defineProperty('Channel');
public: property IntensityDetectCommandFlags Channel { IntensityDetectCommandFlags get(); void set ( IntensityDetectCommandFlags value); }