ServiceClient.AnnotationsDelete(International, Int32) Method
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.
Deletes the existing annotation with the specified identifier.
public:
Microsoft::MasterDataServices::OperationResult ^ AnnotationsDelete(Microsoft::MasterDataServices::International ^ International, int Id);
public Microsoft.MasterDataServices.OperationResult AnnotationsDelete (Microsoft.MasterDataServices.International International, int Id);
member this.AnnotationsDelete : Microsoft.MasterDataServices.International * int -> Microsoft.MasterDataServices.OperationResult
Public Function AnnotationsDelete (International As International, Id As Integer) As OperationResult
Parameters
- International
- International
The cultural settings.
- Id
- Int32
The unique integer identifier of the annotation to delete.
Returns
An OperationResult object that represents the result of the operation.