ExportViewListGetRequest Constructors

Definition

Initializes a new instance of the ExportViewListGetRequest class.

Overloads

ExportViewListGetRequest()

Initializes a new instance of the ExportViewListGetRequest class that has default values.

ExportViewListGetRequest(International)

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

ExportViewListGetRequest()

Initializes a new instance of the ExportViewListGetRequest class that has default values.

public:
 ExportViewListGetRequest();
public ExportViewListGetRequest ();
Public Sub New ()

Applies to

ExportViewListGetRequest(International)

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

public:
 ExportViewListGetRequest(Microsoft::MasterDataServices::International ^ International);
public ExportViewListGetRequest (Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.ExportViewListGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.ExportViewListGetRequest
Public Sub New (International As International)

Parameters

International
International

The cultural settings.

Applies to