FileSystemEntryLocation Property  | 
 Gets the location of the entry.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Location { get; }Public ReadOnly Property Location As String
	Get
public:
property String^ Location {
	String^ get ();
}member Location : string with get
Property Value
Type: 
StringThe location of the entry, or 
 if it hasn't yet been saved.
RemarksThis is the full name of the parent entry.
See Also