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