FilterElement.CustomType Właściwość

Definicja

Pobiera lub ustawia w pełni kwalifikowaną nazwę typu niestandardowego, która ma być używana jako filtr.

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

Wartość właściwości

W pełni kwalifikowany typ.

Atrybuty

Uwagi

Jeśli FilterType ustawiono wartość niestandardową, CustomType to w pełni kwalifikowana nazwa typu klasy do utworzenia. FilterData może również zawierać wartości, które mają być używane podczas oceny filtru CustomType . Element CustomType musi zaimplementować konstruktor, który akceptuje wartość ciągu, która zawiera FilterData informacje.

Aby uzyskać więcej informacji, zobacz FilterData.

Dotyczy