DeliverySettingsExportUsingRecipientAccount Property |
Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
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 bool ExportUsingRecipientAccount { get; set; }
Public Property ExportUsingRecipientAccount As Boolean
Get
Set
public:
property bool ExportUsingRecipientAccount {
bool get ();
void set (bool value);
}
member ExportUsingRecipientAccount : bool with get, set
Property Value
Type:
Boolean if the export should be run using the recipient(s)'s account; otherwise,
.
See Also