DistinctClauseSyntax.DistinctKeyword Property

Definition

The "Distinct" keyword.

public:
 property Microsoft::CodeAnalysis::SyntaxToken DistinctKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken DistinctKeyword { get; }
member this.DistinctKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property DistinctKeyword As SyntaxToken

Property Value

Applies to