RetrieveFormattedImportJobResultsResponse.FormattedResults 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 formatted results of the import job.
public:
property System::String ^ FormattedResults { System::String ^ get(); };
public string FormattedResults { get; }
member this.FormattedResults : string
Public ReadOnly Property FormattedResults As String
Property Value
The formatted results of the import job.
Remarks
The results are returned in Microsoft Excel format.