FilterElement.CustomType Właściwość

Definicja

Pobiera lub ustawia w pełni kwalifikowaną nazwę typu 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

String

W pełni kwalifikowany typ.

Atrybuty

Uwagi

Jeśli FilterType jest ustawiona wartość niestandardowa, jest w pełni kwalifikowaną nazwą CustomType typu klasy do utworzenia. FilterData Może również zawierać wartości, które mają być używane podczas oceny CustomType filtru. Musi CustomType implementować konstruktor, który akceptuje wartość ciągu, która zawiera FilterData informacje.

Aby uzyskać więcej informacji, zobacz FilterData.

Dotyczy