DashboardObjectEmailBody Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the email body used when emailing this object after 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 EmailBody { get; set; }
Public Property EmailBody As String
Get
Set
public:
virtual property String^ EmailBody {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_EmailBody();
function set_EmailBody(value);
Property Value
Type:
StringThe email body used when emailing this object after the dashboard is refreshed on the server
Return Value
Type:
StringThe email body used when emailing this object after the dashboard is refreshed on the server
Remarks See Also