AnnotationsDeleteRequest Class
Represents a request to delete an existing annotation.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| 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 | |
|---|---|---|
![]() | Id | Specifies the annotation ID. |
![]() | International | Specifies the cultural setting. |
Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


