BCSDocumentTypeInternalName Property |
Note: This API is now obsolete.
Gets the internal name of the work area.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This property might be removed from future versions. Use the "Name" property.")]
public string InternalName { get; }
<ObsoleteAttribute("This property might be removed from future versions. Use the "Name" property.")>
Public ReadOnly Property InternalName As String
Get
Property Value
Type:
StringRemarks
This property might be removed from future versions. Use the
Name property.
See Also