Returns the unique values of the specified property.
Syntax
GetDistinctValues(PropertyName As String, MaxValues As Long = -1)
Name | Description |
---|---|
PropertyName |
The name of the property for which to retrieve values. |
MaxValues |
The maximum number of values to return. The default of -1 returns all values. |
Related concepts