ExtendedCriticalBuildMessageEventArgs.ExtendedMetadata 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.
Metadata of ExtendedData. Example usage:
- data which needed in custom code to properly routing this message without interpreting/deserializing ExtendedData.
- simple extended data can be transferred in form of dictionary key-value per one extended property.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ ExtendedMetadata { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string?>? ExtendedMetadata { get; set; }
member this.ExtendedMetadata : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property ExtendedMetadata As Dictionary(Of String, String)