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 運算式對應至通用運算式類型組態中的相關聯區段名稱,或將運算式對應至自訂表格達式類別。

適用於