ServiceClient.ExportViewListGet Method
Retrieves a list of existing export views.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Usage
Dim instance As ServiceClient
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = instance.ExportViewListGet(request)
public ExportViewListGetResponse ExportViewListGet(
ExportViewListGetRequest request
)
public:
virtual ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
) sealed
abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
override ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
public final function ExportViewListGet(
request : ExportViewListGetRequest
) : ExportViewListGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.ExportViewListGetRequest
The delete request.
Return Value
Type: Microsoft.MasterDataServices.ExportViewListGetResponse
An ExportViewListGetResponse.