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 會將表達式映射到常見表達式類型配置中所關聯的區段名稱,或將表達式映射到自訂表達式類別。

適用於