| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Email Property |
// get e-mail string email = project.Profile.Email; // set e-mail project.Profile.Email = "MyEmail";
// get e-mail $email = $project->Profile->Email; // set e-mail $project->Profile->Email = "MyEmail";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.