'Declaration Public Property blueChannelSettings As WebChannelRemapSettings
public WebChannelRemapSettings blueChannelSettings { get; set; }
public: __property WebChannelRemapSettings* get_blueChannelSettings(); public: __property void set_blueChannelSettings(
WebChannelRemapSettings* value
);
public:
property WebChannelRemapSettings^ blueChannelSettings { WebChannelRemapSettings^ get(); void set(WebChannelRemapSettings^ value); }