ExpressionBuilder.Type Propriedade

Definição

Obtém ou define uma cadeia que especifica o tipo de expressão.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Type : string with get, set
Public Property Type As String

Valor de Propriedade

Uma cadeia que especifica o tipo de expressão.

Atributos

Observações

Especifica Type o tipo de objeto usado para determinar o valor da expressão. O tipo pode especificar uma secção dentro da configuração ou uma classe personalizada.

Aplica-se a