ZennoLab Assemblies Documentation
Name Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : Name Property

Glossary Item Box

Gets the name of the project.

Syntax

C# 
string Name {get;}

Property Value

Type: System.String

The name of the project.

Example

The following example uses Name property of "project".
C#Copy Code
// get the name of the current project
string projectName = project.Name;
PHPCopy Code
// get the name of the current project
$projectName = $project->Name;

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.