WebPersonEmailAddress Property |
E-mail address. Is mandatory if the person object is associated with a user.
If the user do not want to expose this information in public set ShowEmailAddress to False.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string EmailAddress { get; set; }
Public Property EmailAddress As String
Get
Set
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
member EmailAddress : string with get, set
Property Value
Type:
StringSee Also