ZennoLab Assemblies Documentation
Item(String) Property
ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IGlobalVariables Interface > Item Property : Item(String) Property
Type: System.String

The namespace of global variable.

Get the global variables by the namespace.

Syntax

Parameters

nameSpace
Type: System.String

The namespace of global variable.

Property Value

Type: System.Collection.Generic.IEnumerable<String>

The collection objects of ZennoLab.InterfacesLibrary.ProjectModel.IGlovalVariable describing global variables.

Remarks
This property uses only for getting necessary global variable. For setting value need use method SetVariable.
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IGlobalVariables Interface
IGlobalVariables Members
Overload List
IGlobalVariable Interface