FileDataFullName Property |
Gets the full path 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 = "fullName", EmitDefaultValue = false)]
public string FullName { get; set; }
<DataMemberAttribute(Name := "fullName", EmitDefaultValue := false)>
Public Property FullName As String
Get
Set
public:
[DataMemberAttribute(Name = L"fullName", EmitDefaultValue = false)]
property String^ FullName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "fullName", EmitDefaultValue = false)>]
member FullName : string with get, set
Property Value
Type:
StringThe full path of the entry, or
if it hasn't yet been saved.
See Also