ZennoLab Assemblies Documentation
Surname Property
Example 
Gets or sets the surname.
Syntax
string Surname {get; set;}

Property Value

Type: http://msdn.microsoft.com/en-us/library/system.string.aspx: :

The surname of profile.

Example
The following example uses property 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";
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback