Click or drag to resize

AlarmImagePaneSettingContentId Property

Identifies the content to be displayed in the alarm image pane.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public Guid ContentId { get; }

Property Value

Guid
Remarks
Use this Guid as an argument to GetCameraById(Guid) or GetDocumentById(Guid) to get a Camera or a Document handle.
See Also