GetDistinctValuesImportFileResponse.Values Property

Definition

Gets the distinct values for a column in the source file.

public:
 property cli::array <System::String ^> ^ Values { cli::array <System::String ^> ^ get(); };
public string[] Values { get; }
member this.Values : string[]
Public ReadOnly Property Values As String()

Property Value

String[]

The distinct values for a column in the source file.

Applies to