OrderByClauseSyntax.Orderings Property

Definition

The list of OrderExpression's to sort by.

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::OrderingSyntax ^> Orderings { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::OrderingSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.OrderingSyntax> Orderings { get; }
member this.Orderings : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.OrderingSyntax>
Public ReadOnly Property Orderings As SeparatedSyntaxList(Of OrderingSyntax)

Property Value

Applies to