ConfigureAttributeHierarchiesOptionsRemovedAttributes Property |
Gets the list of attributes to remove.
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 = "removedAttributes", EmitDefaultValue = false)]
public IList<string> RemovedAttributes { get; }
<DataMemberAttribute(Name := "removedAttributes", EmitDefaultValue := false)>
Public ReadOnly Property RemovedAttributes As IList(Of String)
Get
public:
[DataMemberAttribute(Name = L"removedAttributes", EmitDefaultValue = false)]
property IList<String^>^ RemovedAttributes {
IList<String^>^ get ();
}
[<DataMemberAttribute(Name = "removedAttributes", EmitDefaultValue = false)>]
member RemovedAttributes : IList<string> with get
Property Value
Type:
IListStringSee Also