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; }
<DataMemberAttribute(Name := "ariaLabelledBy", EmitDefaultValue := false)>
Public Property AriaLabelledBy As Guid?
Get
Set
public:
[DataMemberAttribute(Name = L"ariaLabelledBy", EmitDefaultValue = false)]
property Nullable<Guid> AriaLabelledBy {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(Name = "ariaLabelledBy", EmitDefaultValue = false)>]
member AriaLabelledBy : Nullable<Guid> with 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