ExpressionBuilder.ExpressionPrefix Właściwość

Definicja

Pobiera lub ustawia ciąg identyfikujący typ wyrażenia do pobrania.

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

Wartość właściwości

Ciąg identyfikujący typ wyrażenia do pobrania.

Atrybuty

Uwagi

Wyrażenie ExpressionPrefix jest mapowanie wyrażenia na powiązaną nazwę sekcji w konfiguracji typowych typów wyrażeń lub mapuje wyrażenie na klasę wyrażeń niestandardowych.

Dotyczy