Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.17 KB

File metadata and controls

40 lines (34 loc) · 1.17 KB
title description ms.author ms.date ms.topic author ms.reviewer
ModuleDependencyInfo.Id() Method
Gets the app ID of the specified app.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

ModuleDependencyInfo.Id() Method

Version: Available or changed with runtime version 1.0.

Gets the app ID of the specified app.

Syntax

Id :=   ModuleDependencyInfo.Id()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Id
 Type: Guid
The application ID.

See Also

ModuleDependencyInfo Data Type
Get Started with AL
Developing Extensions