Public Property Distinct As Boolean
public bool Distinct { get; set; }
public: property bool Distinct { bool get (); void set (bool value); }
function get_distinct(); function set_distinct(value);