public IList<ChannelSetting>? ChannelSettings { get; }
Public ReadOnly Property ChannelSettings As IList(Of ChannelSetting)
Get
public:
property IList<ChannelSetting^>^ ChannelSettings {
IList<ChannelSetting^>^ get ();
}
function get_ChannelSettings();