Click or drag to resize

IPtzSettingsAuxCommands Property

Returns a list of auxiliary commands with their names.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
IEnumerable<KeyValuePair<int, string>> AuxCommands { get; }

Property Value

IEnumerableKeyValuePairInt32, String
Exceptions
ExceptionCondition
NoPermissionCameoSdkExceptionUser has no 'Aux' permission.
See Also