AnnotationConditionViewId 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 (24.3.0.1000)
Syntax public Guid? ViewId { get; set; }
Public Property ViewId As Guid?
Get
Set
public:
virtual property Nullable<Guid> ViewId {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract ViewId : Nullable<Guid> with get, set
override ViewId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The view ID.
Implements
IInteractionConditionViewIdSee Also