ContextRuleMetadata.Terms Property

Definition

Gets the set of terms to be evaluated.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ Terms { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Order=2)]
public System.Collections.Generic.IReadOnlyDictionary<string,string> Terms { get; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Order=2)>]
member this.Terms : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property Terms As IReadOnlyDictionary(Of String, String)

Property Value

Attributes

Applies to