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