ExportViewDeleteRequest 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 ExportViewDeleteRequest class.
Overloads
ExportViewDeleteRequest() |
Initializes a new instance of the ExportViewDeleteRequest class that has default values. |
ExportViewDeleteRequest(International, Identifier) |
Initializes a new instance of the ExportViewDeleteRequest class that has the specified cultural settings and internal identifier for the export view to delete. |
ExportViewDeleteRequest()
Initializes a new instance of the ExportViewDeleteRequest class that has default values.
public:
ExportViewDeleteRequest();
public ExportViewDeleteRequest ();
Public Sub New ()
Applies to
ExportViewDeleteRequest(International, Identifier)
Initializes a new instance of the ExportViewDeleteRequest class that has the specified cultural settings and internal identifier for the export view to delete.
public:
ExportViewDeleteRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ Identifier);
public ExportViewDeleteRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier Identifier);
new Microsoft.MasterDataServices.ExportViewDeleteRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.ExportViewDeleteRequest
Public Sub New (International As International, Identifier As Identifier)
Parameters
- International
- International
The cultural settings
- Identifier
- Identifier
The internal identifier for the export view to delete.