RecipientRecipientId Property |
Gets the account or group ID.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic Guid RecipientId { get; }Public ReadOnly Property RecipientId As Guid
Get
public:
property Guid RecipientId {
Guid get ();
}member RecipientId : Guid with get
Property Value
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