Descending Property (CubeField)
In This Topic
Gets or sets a value that determines whether keys should be sorted in descending order for this field.
Syntax
'Declaration
Public Property Descending As Boolean
public bool Descending {get; set;}
See Also