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.3.0.1000)
Syntax [ObsoleteAttribute("Use RecipientId instead.")]
public Guid AccountId { get; }
<ObsoleteAttribute("Use RecipientId instead.")>
Public ReadOnly Property AccountId As Guid
Get
public:
[ObsoleteAttribute(L"Use RecipientId instead.")]
property Guid AccountId {
Guid get ();
}
[<ObsoleteAttribute("Use RecipientId instead.")>]
member AccountId : Guid with 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