Click or drag to resize

ReferencedElementCombinedPathAsString Property

Gets the combined path as string. It concats the path of the referenced entity before the valuetype's concatenated with a '.'. If no valuetype is specified, it will only return the referenced entity's path.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public string CombinedPathAsString { get; }

Property Value

Type: String
See Also