ChannelInfoChannel Property |
[Missing <summary> documentation for "P:MattermostDriver.ChannelInfo.Channel"]
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic Channel Channel { get; set; }Public Property Channel As Channel
Get
Set
public:
property Channel^ Channel {
Channel^ get ();
void set (Channel^ value);
}member Channel : Channel with get, set
Property Value
Type:
Channel
See Also