ServiceClient.IService.ExportViewListGet(ExportViewListGetRequest) Method

Definition

Retrieves the list of existing export views.

 virtual Microsoft::MasterDataServices::ExportViewListGetResponse ^ Microsoft.MasterDataServices.IService.ExportViewListGet(Microsoft::MasterDataServices::ExportViewListGetRequest ^ request) = Microsoft::MasterDataServices::IService::ExportViewListGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ExportViewListGetResponse IService.ExportViewListGet (Microsoft.MasterDataServices.ExportViewListGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ExportViewListGet : Microsoft.MasterDataServices.ExportViewListGetRequest -> Microsoft.MasterDataServices.ExportViewListGetResponse
override this.Microsoft.MasterDataServices.IService.ExportViewListGet : Microsoft.MasterDataServices.ExportViewListGetRequest -> Microsoft.MasterDataServices.ExportViewListGetResponse
Function ExportViewListGet (request As ExportViewListGetRequest) As ExportViewListGetResponse Implements IService.ExportViewListGet

Parameters

request
ExportViewListGetRequest

The get request.

Returns

The ExportViewListGetResponse for the operation.

Implements

Attributes

Applies to