Open this page in the API Guide

AnnotationCondition.ViewId Property

Gets or sets the view ID.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public Guid? ViewId { get; set; }

Property Value

Type: Nullable<Guid>
The view ID.

Implements

IInteractionCondition.ViewId
See Also