System.IsServiceTier() Method

Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.

Gets a value indicating whether the runtime is a service tier.

Syntax

Ok :=   System.IsServiceTier()

Note

This method can be invoked using property access syntax.

Note

This method can be invoked without specifying the data type name.

Return Value

Ok
 Type: Boolean
True if the runtime is a service tier, otherwise false.

See Also

System Data Type
Get Started with AL
Developing Extensions