ZennoLab Assemblies Documentation
Name Property (IZennoPosterProjectModel)
Example 
Gets the name of the project.
Syntax
string Name {get;}

Property Value

Type: System.String

The name of the project.

Example
The following example uses Name property of "project".
// get the name of the current project
string projectName = project.Name;
// 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

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback