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.1.0.0 (5.1.0)
Syntax public string CombinedPathAsString { get; }
Public ReadOnly Property CombinedPathAsString As String
Get
Property Value
Type:
StringSee Also