Język

DeviceFilterElement.Name Właściwość

Definicja

Pobiera nazwę, za pomocą której zostanie zidentyfikowany ewaluator. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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 dla filtrów porównania, jak i ewaluatora.

Dotyczy