DimensionAttribute.OrderByAttributeID Property

Definition

Gets or sets another attribute by which to order the members of the DimensionAttribute.

[System.ComponentModel.Browsable(false)]
public string OrderByAttributeID { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.OrderByAttributeID : string with get, set
Public Property OrderByAttributeID As String

Property Value

A string that identifies another attribute by which to order the members of the DimensionAttribute.

Attributes

Remarks

The OrderByAttributeID parameter is only used when the value of the OrderBy is set to AttributeKey or AttributeName.

Applies to