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