| DashboardAlertEmailRecipients Property  | 
            
               
             | 
          
        
        DataPA OpenAnalytics API Reference
        
 Gets and sets the email recipients for this alert
 
         
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic 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 recipients for this alert
Return Value
Type: 
StringThe email recipients for this alert
Remarks
See Also