Open this page in the API Guide

AdapterData.AriaLabelledBy Property

Gets or sets the ID of adapter providing an accessible name or short description for the container's contents.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "ariaLabelledBy", EmitDefaultValue = false)]
public Guid? AriaLabelledBy { get; set; }

Property Value

Type: Nullable<Guid>
A different adapter's ID if this adapter is assigned a role that supports an accessible name, or null if none.
See Also