| ServiceStatsListStats Property |
Gets or sets the list of service statistics.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public List<ServiceStats> Stats { get; set; }
Public Property Stats As List(Of ServiceStats)
Get
Set
Property Value
Type:
ListServiceStats
The list of service statistics.
See Also