menu
ews package
documentation
Autodiscover/AutodiscoverResponseCollection.dart
AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>
Count property
Count property
dark_mode
light_mode
Count
property
int
get
Count
Gets the number of responses in the collection.
Implementation
int get Count => this._responses!.length;
ews package
documentation
Autodiscover/AutodiscoverResponseCollection
AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>
Count property
AutodiscoverResponseCollection class