RuleExpressionCondition.Name 属性

定义

获取或设置要计算的条件的名称。Gets or sets the name of the condition to evaluate.

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public override string Name { get; set; }
member this.Name : string with get, set
Public Overrides Property Name As String

属性值

String

要计算的条件的名称。The name of the condition to evaluate.

例外

运行 RuleSet 的活动在运行时初始化。The activity running the RuleSet is runtime initialized.

适用于