| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : BornMonth Property |
// get born month string bornMonth = project.Profile.BornMonth; // set born month project.Profile.BornMonth = 6;
// get born month $bornMonth = $project->Profile->BornMonth; // set born month $project->Profile->BornMonth = 6;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.