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