FileDataIsSubentry Property |
Gets a value indicating whether the entry is contained by a
File.
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 = "isSubentry", EmitDefaultValue = false)]
public bool IsSubentry { get; set; }
<DataMemberAttribute(Name := "isSubentry", EmitDefaultValue := false)>
Public Property IsSubentry As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isSubentry", EmitDefaultValue = false)]
property bool IsSubentry {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSubentry", EmitDefaultValue = false)>]
member IsSubentry : bool with get, set
Property Value
Type:
Boolean if any of the entry's ancestors is a
File; otherwise,
.
See Also