Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Channel", IsRequired=True)> Public Property Channel As IntensityDetectCommandFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Channel", IsRequired=true)] public IntensityDetectCommandFlags Channel {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Channel", IsRequired=true)] public: property IntensityDetectCommandFlags Channel { IntensityDetectCommandFlags get(); void set (IntensityDetectCommandFlags value); } |
Return Value
Value that indicates the channel to process.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family