ExportViewListGetRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.