Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.42 KB

variant-isdataclassificationtype-method.md

File metadata and controls

40 lines (34 loc) · 1.42 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
Variant.IsDataClassificationType() Method
Indicates whether an AL variant contains a DataClassification variable.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

Variant.IsDataClassificationType() Method

Version: Available or changed with runtime version 1.0 until version 8.0 where it was deprecated for the following reason: "The property IsDataClassificationType is being deprecated. Use the property IsDataClassification instead."

Indicates whether an AL variant contains a DataClassification variable.

Syntax

Ok :=   Variant.IsDataClassificationType()

Note

This method can be invoked using property access syntax.

Parameters

Variant
 Type: Variant
An instance of the Variant data type.

Return Value

Ok
 Type: Boolean
true if the AL variant contains a DataClassification variable, otherwise false.

See Also

Variant Data Type
Get Started with AL
Developing Extensions