ChannelCountsUpdateTimes Property |
[Missing <summary> documentation for "P:MattermostDriver.ChannelCounts.UpdateTimes"]
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic Dictionary<string, long> UpdateTimes { get; set; }Public Property UpdateTimes As Dictionary(Of String, Long)
Get
Set
public:
property Dictionary<String^, long long>^ UpdateTimes {
Dictionary<String^, long long>^ get ();
void set (Dictionary<String^, long long>^ value);
}member UpdateTimes : Dictionary<string, int64> with get, set
Property Value
Type:
DictionaryString,
Int64
See Also