GetDistinctValuesImportFileResponse.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.