FileSystemEntryFriendlyLocation Property |
Gets the location of the entry (friendly representation).
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string FriendlyLocation { get; }
Public ReadOnly Property FriendlyLocation As String
Get
public:
property String^ FriendlyLocation {
String^ get ();
}
member FriendlyLocation : string with get
Property Value
Type:
StringRemarks This is the friendly representation of the parent entry's full name.
See Also