AnnotationsDeleteRequest 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 AnnotationsDeleteRequest class.
Overloads
AnnotationsDeleteRequest() |
Initializes a new instance of the AnnotationsDeleteRequest class with default values. |
AnnotationsDeleteRequest(International, Int32) |
Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID. |
AnnotationsDeleteRequest()
Initializes a new instance of the AnnotationsDeleteRequest class with default values.
public:
AnnotationsDeleteRequest();
public AnnotationsDeleteRequest ();
Public Sub New ()
Applies to
AnnotationsDeleteRequest(International, Int32)
Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.
public:
AnnotationsDeleteRequest(Microsoft::MasterDataServices::International ^ International, int Id);
public AnnotationsDeleteRequest (Microsoft.MasterDataServices.International International, int Id);
new Microsoft.MasterDataServices.AnnotationsDeleteRequest : Microsoft.MasterDataServices.International * int -> Microsoft.MasterDataServices.AnnotationsDeleteRequest
Public Sub New (International As International, Id As Integer)
Parameters
- International
- International
A cultural setting.
- Id
- Int32
Integer representing the annotation ID.