string ZipCode {get; set;}
Type: System.String
The zip code of profile.
// 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.
IProfile Interface IProfile Members