Share via


ExportViewCreateRequest Constructor (International, ExportView)

Initializes a new instance of the ExportViewCreateRequest class that has the specified cultural settings and ExportView.

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

Syntax

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

Dim instance As New ExportViewCreateRequest(International, _
    ExportView)
public ExportViewCreateRequest(
    International International,
    ExportView ExportView
)
public:
ExportViewCreateRequest(
    International^ International, 
    ExportView^ ExportView
)
new : 
        International:International * 
        ExportView:ExportView -> ExportViewCreateRequest
public function ExportViewCreateRequest(
    International : International, 
    ExportView : ExportView
)

Parameters

See Also

Reference

ExportViewCreateRequest Class

ExportViewCreateRequest Overload

Microsoft.MasterDataServices Namespace