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