ProvideUIContextRuleAttribute.TermNames Property

Definition

List of Term names used in the expression

public:
 property cli::array <System::String ^> ^ TermNames { cli::array <System::String ^> ^ get(); };
public:
 property Platform::Array <Platform::String ^> ^ TermNames { Platform::Array <Platform::String ^> ^ get(); };
public string[] TermNames { get; }
member this.TermNames : string[]
Public ReadOnly Property TermNames As String()

Property Value

String[]

The term names used in the expression.

Remarks

The order must match the list in TermValues

Applies to