CustomAttributeValueDataIsInherited Property |
Gets a value indicating whether the custom attribute value is inherited from others.
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 = "isInherited", EmitDefaultValue = false)]
public bool IsInherited { get; set; }
<DataMemberAttribute(Name := "isInherited", EmitDefaultValue := false)>
Public Property IsInherited As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isInherited", EmitDefaultValue = false)]
property bool IsInherited {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isInherited", EmitDefaultValue = false)>]
member IsInherited : bool with get, set
Property Value
Type:
BooleanSee Also