'Declaration <DescriptionAttribute("The index of source channel to copy.")> Public Property SourceChannelIndex As System.Int32
[Description("The index of source channel to copy.")] public System.Int32 SourceChannelIndex { get; set; }
[Description("The index of source channel to copy.")] public: __property System.Int32 get_SourceChannelIndex(); public: __property void set_SourceChannelIndex(
System.Int32 value
);
[Description("The index of source channel to copy.")] public:
property System.Int32 SourceChannelIndex { System.Int32 get(); void set(System.Int32 value); }