'Declaration Public Property redChannelSettings As WebChannelRemapSettings
public WebChannelRemapSettings redChannelSettings { get; set; }
public: __property WebChannelRemapSettings* get_redChannelSettings(); public: __property void set_redChannelSettings(
WebChannelRemapSettings* value
);
public:
property WebChannelRemapSettings^ redChannelSettings { WebChannelRemapSettings^ get(); void set(WebChannelRemapSettings^ value); }