ExpressionBuilder.ExpressionPrefix Własność
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
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ść nieruchomoś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.