DashboardObjectEmailRecipients Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the email address(es) that this object should be sent to when the dashboard is refreshed on the server
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string EmailRecipients { get; set; }
Public Property EmailRecipients As String
Get
Set
public:
virtual property String^ EmailRecipients {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_EmailRecipients();
function set_EmailRecipients(value);
Property Value
Type:
StringThe email address(es) that this object should be sent to when the dashboard is refreshed on the server
Return Value
Type:
StringThe email address(es) that this object should be sent to when the dashboard is refreshed on the server
Remarks See Also