FileDataLocation Property |
Gets the location of the entry.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "location", EmitDefaultValue = false)]
public string Location { get; set; }
<DataMemberAttribute(Name := "location", EmitDefaultValue := false)>
Public Property Location As String
Get
Set
public:
[DataMemberAttribute(Name = L"location", EmitDefaultValue = false)]
property String^ Location {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "location", EmitDefaultValue = false)>]
member Location : string with get, set
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