public bool Distinct { get; set; }
Public Property Distinct As Boolean
Get
Set
public:
virtual property bool Distinct {
bool get () sealed;
void set (bool value) sealed;
}
abstract Distinct : bool with get, set
override Distinct : bool with get, set