Get-NAVApplicationObjectProperty
Gets Business Central application object properties from the specified application object text files.
Syntax
Get-NAVApplicationObjectProperty
[-Source] <String[]>
[<CommonParameters>]
Description
Use the Get-NAVApplicationObjectProperty cmdlet to extract the values of the Version List, Date, Time, or Modified properties. You can then use the Set-NAVApplicationObjectProperty cmdlet to change the relevant property values.
Examples
EXAMPLE 1
PS C:\>Get-NAVApplicationObjectProperty -Source .\SOURCE\COD1.txt
This example gets the value of the object properties from the COD1.txt file in the SOURCE folder. The values of the properties are also shown.
Parameters
-Source
Specifies the folder where the application objects are stored that you want to get the information from.
Type: | String[] |
Aliases: | PSPath |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |