MetadataDeleteRequest.ForceDelete Property
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.
Caution
Ignored. Deleting an attribute updates any consuming subscription view
Flag for forcing the deletion of attributes associated with subscription views. 0 = don't force 1 = force attribute delete with subscription view
public:
property Microsoft::MasterDataServices::Services::DataContracts::ForceDelete ForceDelete { Microsoft::MasterDataServices::Services::DataContracts::ForceDelete get(); void set(Microsoft::MasterDataServices::Services::DataContracts::ForceDelete value); };
[System.Obsolete("Ignored. Deleting an attribute updates any consuming subscription view")]
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.ForceDelete ForceDelete { get; set; }
[<System.Obsolete("Ignored. Deleting an attribute updates any consuming subscription view")>]
[<System.ServiceModel.MessageBodyMember>]
member this.ForceDelete : Microsoft.MasterDataServices.Services.DataContracts.ForceDelete with get, set
Public Property ForceDelete As ForceDelete
Property Value
The deletion of attributes associated with subscription views.
- Attributes