NOTE: This property is now obsolete.
License-Flags in old-style
[C#] In C#, this property is the indexer for the Application class.
[Visual Basic] Public Default Property ReadOnly EbsilonProfessionalFlag( _ ByVal FlagId As Integer _ ) As Boolean [C#] public bool this[ int FlagId ] { get; } [C++] public: __property bool get_EbsilonProfessionalFlag( int FlagId ); [JScript] returnValue = ApplicationObject.Item( FlagId ); -or- returnValue = ApplicationObject( FlagId );
[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.
Status of License-Bit # FlagId.
Use EbsilonProfessionalLicenseValuesLayout2 instead.
Application Class | EbsOpen Namespace