RecipientRecipientId Property |
Gets the account or group 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 public Guid RecipientId { get; }
Public ReadOnly Property RecipientId As Guid
Get
public:
property Guid RecipientId {
Guid get ();
}
member RecipientId : Guid with get
Property Value
Type:
Guid
The ID of the account or group representing the recipient, or
Empty if the recipient
is not associated with an account or group.
See Also