Share via


ExportViewListGetRequest Constructor (International)

Initializes a new instance of the ExportViewListGetRequest class that has the specified cultural settings.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Sub New ( _
    International As International _
)
'Usage
Dim International As International

Dim instance As New ExportViewListGetRequest(International)
public ExportViewListGetRequest(
    International International
)
public:
ExportViewListGetRequest(
    International^ International
)
new : 
        International:International -> ExportViewListGetRequest
public function ExportViewListGetRequest(
    International : International
)

Parameters