MetadataAction.MetadataToAdd 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 metadata entries. The meta-data needs to be added to content meta-data.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Policy.MetadataEntry> MetadataToAdd { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.MetadataEntry> MetadataToAdd { get; }
member this.MetadataToAdd : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Policy.MetadataEntry>
member this.MetadataToAdd : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.MetadataEntry>
Public ReadOnly Property MetadataToAdd As ReadOnlyCollection(Of MetadataEntry)
Property Value
Remarks
Removing meta-data should be done before adding meta-data.