FileMetadataChange.UpdatedMetadata Property

Definition

Gets the set of new or modified metadata for the file.

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

Property Value

IReadOnlyDictionary<String,String>

Applies to