RetrieveParsedDataImportFileResponse.Values Property

Definition

Gets the parsed data.

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

Property Value

String[][]

The parsed data. The returned data has the same column order as the column order in the source file.

Applies to