# NavigationProperty A NavigationProperty object is of type [Property](/code_reference/commandlets/objects/property) and represents the name of the relationship property from one entity to another within the ERP-System. ## Syntax ```powershell $navigationProperty ``` Following properties are available in addition to the [Property](/code_reference/commandlets/objects/property) members: | Type | Name | Description | |-------------------------------------------------------------------|------------------|------------------------------------------------------------------------| | bool | IsCollection | Is true if the navigationproperty is a collection. | | [Multiplicity](/code_reference/commandlets/objects/multiplicity) | Multiplicity | the multiplicity of the property. | | string | TargetEntityType | Name of the target [](/code_reference/commandlets/objects/entitytype). |