ServiceClient.AnnotationsUpdate(International, String, 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.
Updates the existing annotation with the specified identifier.
public:
Microsoft::MasterDataServices::OperationResult ^ AnnotationsUpdate(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public Microsoft.MasterDataServices.OperationResult AnnotationsUpdate (Microsoft.MasterDataServices.International International, string Comment, int Id);
member this.AnnotationsUpdate : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.OperationResult
Public Function AnnotationsUpdate (International As International, Comment As String, Id As Integer) As OperationResult
Parameters
- International
- International
The cultural settings.
- Comment
- String
The user defined text used to replace the current annotation text.
- Id
- Int32
The unique integer identifier of the annotation to update.
Returns
An OperationResult object that represents the result of the operation.