| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Surname Property |
Type: http://msdn.microsoft.com/en-us/library/system.string.aspx: :
The surname of profile.
// get surname string surname = project.Profile.Surname; // set surname project.Profile.Surname = "MySurname";
// get surname $surname = $project->Profile->Surname; // set surname project->Profile->Surname = "MySurname";
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven