EbsOpen Class Library for EBSILON®Professional

Application.EbsilonProfessionalFlag Property

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.

Parameters

FlagId
Index of License-Bit (1-64).

Property Value

Status of License-Bit # FlagId.

Remarks

Use EbsilonProfessionalLicenseValuesLayout2 instead.

See Also

Application Class | EbsOpen Namespace