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 (25.3.0.1000)
Syntaxpublic string FriendlyLocation { get; }Public ReadOnly Property FriendlyLocation As String
	Get
public:
property String^ FriendlyLocation {
	String^ get ();
}member FriendlyLocation : string with get
Property Value
Type: 
String
RemarksThis is the friendly representation of the parent entry's full name.
See Also