ExpressionBuilder.ExpressionPrefix 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个字符串,该字符串标识要检索的表达式类型。
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 表达式映射到常见表达式类型的配置中的关联节名称,或将表达式映射到自定义表达式类。