Service.EntityMemberAnnotationSave(EntityMemberAnnotationSaveRequest) 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.
Create or update an annotations related to a member revision
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationSaveResponse ^ EntityMemberAnnotationSave(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationSaveRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationSaveResponse EntityMemberAnnotationSave (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationSaveRequest request);
abstract member EntityMemberAnnotationSave : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationSaveRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationSaveResponse
override this.EntityMemberAnnotationSave : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationSaveRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationSaveResponse
Public Function EntityMemberAnnotationSave (request As EntityMemberAnnotationSaveRequest) As EntityMemberAnnotationSaveResponse