Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) | 
|---|
| Public MustOverride Default ReadOnly Property IsGlobalVar( _  ByVal Index As String _ ) As Boolean  | 
| C# | 
|---|
| public abstract bool this[ string Index ] { get; }  | 
| C++ | 
|---|
| public abstract property bool default[String Index] abstract  { bool get(String Index); }  | 
| J# | 
|---|
| /** property */ public bool get_IsGlobalVar(string Index);  | 
| JScript | 
|---|