Click or drag to resize

SystemInfoKind Enumeration

Gets a value that indicates whether the system information represented by this instance belongs to Operator Client, Management Server or is not available.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public enum SystemInfoKind
Members
Member nameValueDescription
InfoNotAvailable0 The information is not available.
Server1 Management Server information.
Client2 Operator Client information.
See Also