NotificationAccountId Property |
Gets or sets the ID of the account associated with the notification.
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 AccountId { get; set; }
Public Property AccountId As Guid
Get
Set
public:
property Guid AccountId {
Guid get ();
void set (Guid value);
}
member AccountId : Guid with get, set
Property Value
Type:
GuidExceptions Remarks This property may not be modified once the notification has been saved.
See Also