|
SelfSchedulingClinicianSearchResultTotals Property |
[This is preliminary documentation and is subject to change.]
Grouping totals.
Namespace: SnapMD.VirtualCare.ApiModels.Scheduling.PatientSelfSchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Dictionary<string, int> Totals { get; set; }
Public Property Totals As Dictionary(Of String, Integer)
Get
Set
public:
property Dictionary<String^, int>^ Totals {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
member Totals : Dictionary<string, int> with get, set
Property Value
Type:
DictionaryString,
Int32
See Also