Compartir a través de


FilterElement.CustomType Propiedad

Definición

Obtiene o establece el nombre del tipo completo del tipo personalizado que se va a usar como un filtro.

public:
 property System::String ^ CustomType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public string CustomType { get; set; }
[<System.Configuration.ConfigurationProperty("customType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.CustomType : string with get, set
Public Property CustomType As String

Valor de propiedad

String

Tipo completo.

Atributos

Comentarios

Si la propiedad FilterType se establece en personalizada, CustomType es el nombre del tipo completo de la clase que se va a crear. FilterData también puede contener valores que se van a usar durante la evaluación del filtro de CustomType. CustomType debe implementar un constructor que acepte un valor de cadena, que contenga la información de FilterData.

Para obtener más información, vea FilterData.

Se aplica a