| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : ZipCode Property |
// get zip code string zipCode = project.Profile.ZipCode; // set zip code project.Profile.ZipCode = "MyZipCode";
// get zip code $zipCode = $project->Profile->ZipCode; // set zip code $project->Profile->ZipCode = "MyZipCode";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.