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