FileMetadataChange.RemovedMetadataKeys Property

Definition

Gets the metadata keys that have been removed from the set of metadata for the file.

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ RemovedMetadataKeys { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> RemovedMetadataKeys { get; }
member this.RemovedMetadataKeys : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property RemovedMetadataKeys As IReadOnlyCollection(Of String)

Property Value

IReadOnlyCollection<String>

Applies to