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 (24.3.0.1000)
Syntax public 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.
Remarks This is the full name of the parent entry.
See Also