DeviceFilterElement.Name プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エバリュエーターを識別する名前を取得します。 この API は廃止されています。 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
プロパティ値
エバリュエーターを識別する名前。
- 属性
注釈
このプロパティは、比較フィルターとエバリュエーター フィルターの両方に必要です。