'Declaration <BindableAttribute(True)> Public ReadOnly Property Channels As ImGearDisplayChannels
'Usage Dim instance As ImGearPresentationPageDisplay Dim value As ImGearDisplayChannels value = instance.Channels
[Bindable(true)] public ImGearDisplayChannels Channels {get;}
[Bindable(true)] public: __property ImGearDisplayChannels* get_Channels();
[Bindable(true)] public: property ImGearDisplayChannels^ Channels { ImGearDisplayChannels^ get(); }