Rule.Metadata 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 or sets arbitrary metadata that may be set on a rule.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Metadata { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.Dictionary<string,object> Metadata { get; set; }
member this.Metadata : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Metadata As Dictionary(Of String, Object)
Property Value
Returns Dictionary<TKey,TValue>.