Service.EntityMemberAnnotationDelete 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.
Delete an annotations related to a member revision
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationDeleteResponse ^ EntityMemberAnnotationDelete(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationDeleteRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationDeleteResponse EntityMemberAnnotationDelete (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationDeleteRequest request);
abstract member EntityMemberAnnotationDelete : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationDeleteResponse
override this.EntityMemberAnnotationDelete : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationDeleteResponse
Public Function EntityMemberAnnotationDelete (request As EntityMemberAnnotationDeleteRequest) As EntityMemberAnnotationDeleteResponse