MetadataAction.MetadataToRemove 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.
The list of names of meta-data that need to be removed from content.
public System.Collections.ObjectModel.ReadOnlyCollection<string> MetadataToRemove { get; }
member this.MetadataToRemove : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property MetadataToRemove As ReadOnlyCollection(Of String)
Property Value
Remarks
Removing meta-data should be done before adding meta-data.