ZennoLab Assemblies Documentation
NickName Property
Example 
Gets or sets the nick name.
Syntax
string NickName {get; set;}

Property Value

Type: System.String

The nick name of profile.

Example
The following example uses property NickName of profile.
// get nick name
string nickName = project.Profile.NickName;
 
// set nick name
project.Profile.NickName = "MyNickName";
// get nick name
$nickName = $project->Profile->NickName;
 
// set nick name
$project->Profile->NickName = "MyNickName";
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