DeviceFilterElement.Name プロパティ

定義

エバリュエーターを識別する名前を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

エバリュエーターを識別する名前。

属性

注釈

このプロパティは、比較フィルターとエバリュエーター フィルターの両方に必要です。

適用対象