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