DimensionAttribute.OrderByAttributeID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.