FileMetadataChange.UpdatedMetadata 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.
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)