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