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: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback