Gets the internal name of the work area.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property might be removed from future versions. Use the "Name" property.")] public string InternalName { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property might be removed from future versions. Use the "Name" property.")> _ Public ReadOnly Property InternalName As String Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "Name" property.")] public: property String^ InternalName { String^ get (); } |
Remarks
This property might be removed from future versions. Use the Name property.