| 
            
              IReportingProcessToAddresses Property
             | 
          
        
        
            Gets or sets the comma separated "to" addresses to use when e-mailing reports. 
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxstring ToAddresses { get; set; }Property ToAddresses As String
	Get
	Set
property String^ ToAddresses {
	String^ get ();
	void set (String^ value);
}abstract ToAddresses : string with get, set
function get_ToAddresses();
function set_ToAddresses(value);
 View SourceProperty Value
String
See Also