ZennoLab Assemblies Documentation
NickName Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : NickName Property

Glossary Item Box

Gets or sets the nick name.

Syntax

C# 
string NickName {get; set;}

Property Value

Type: System.String

The nick name of profile.

Example

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

© 2013 All Rights Reserved.