AdapterDataAriaLabelledBy 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 (24.4.0.1000)
Syntax
[DataMemberAttribute(Name = "ariaLabelledBy", EmitDefaultValue = false)]
public Guid? AriaLabelledBy { get; set; }

Property Value

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