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 (10.0.0.1002)
Syntaxpublic string Location { get; }Public ReadOnly Property Location As String
Get
public:
virtual property String^ Location {
String^ get () sealed;
}abstract Location : string with get
override Location : string with get
Property Value
Type:
String
RemarksThis is the full name of the parent entry.
See Also