Single line, comma separated string for emails.
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string EMail { get; set; }
Public Property EMail As String
Get
Set
public:
property String^ EMail {
String^ get ();
void set (String^ value);
}
member EMail : string with get, set
Property Value
Type:
StringSee Also