You are here: Understanding the Meridian object model > About the Vault object > The Vault object methods > GetDistinctValues method

GetDistinctValues method

Returns the unique values of the specified property.

Syntax

GetDistinctValues(PropertyName As String, MaxValues As Long = -1)
Parameters
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

About the Vault object