IService.ExportViewListGet Method
Retrieves a list of existing export views.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Usage
Dim instance As IService
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = instance.ExportViewListGet(request)
[OperationContractAttribute]
ExportViewListGetResponse ExportViewListGet(
ExportViewListGetRequest request
)
[OperationContractAttribute]
ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
function ExportViewListGet(
request : ExportViewListGetRequest
) : ExportViewListGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest
The ExportViewListGet request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse
ExportViewListGetResponse.