DeviceFilterElement.Name Właściwość

Definicja

Pobiera nazwę, za pomocą której zostanie zidentyfikowany ewaluator. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string
Public ReadOnly Property Name As String

Wartość właściwości

Nazwa, za pomocą której zostanie zidentyfikowany ewaluator.

Atrybuty

Uwagi

Ta właściwość jest wymagana zarówno w przypadku filtrów porównania, jak i ewaluatora.

Dotyczy