AnnotationsUpdateRequest Class
Represents a request to update the comment text of an annotation.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | AnnotationsUpdateRequest() | Initializes a new instance of the AnnotationsUpdateRequest class with default values. |
![]() | AnnotationsUpdateRequest(International^, String^, Int32) | Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Comment | Specifies the text with which to replace the current annotation text. |
![]() | Id | Specifies the annotation ID. |
![]() | International | Specifies the cultural setting. |
Only the user who created the annotation or a model administrator can update an annotation. The annotations are found by ID. The annotation’s text is replaced with the supplied Comment property.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


