Rule.Metadata Property

Definition

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>.

Applies to