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