 | FDC3EventChannel Property |
The current channel the window belongs to
Namespace:
OpenFin.FDC3.Events
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic ChannelBase Channel { get; set; }Public Property Channel As ChannelBase
Get
Set
public:
property ChannelBase^ Channel {
ChannelBase^ get ();
void set (ChannelBase^ value);
}Property Value
Type:
ChannelBase
See Also