ExpressionBuilder.ExpressionPrefix 属性

定义

获取或设置一个字符串,该字符串标识要检索的表达式类型。

public:
 property System::String ^ ExpressionPrefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("expressionPrefix", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ExpressionPrefix { get; set; }
[<System.Configuration.ConfigurationProperty("expressionPrefix", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ExpressionPrefix : string with get, set
Public Property ExpressionPrefix As String

属性值

字符串,标识要检索的表达式类型。

属性

注解

ExpressionPrefix 表达式映射到常见表达式类型的配置中的关联节名称,或将表达式映射到自定义表达式类。

适用于