RecipientAccountId Property

Note: This API is now obsolete.

Gets the account ID.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[ObsoleteAttribute("Use RecipientId instead.")]
public Guid AccountId { get; }

Property Value

Type: Guid
The ID of the account representing the recipient, or Empty if the recipient is not associated with an account.
See Also