PersistNameAttribute.Name プロパティ

定義

このプロパティは、ASP.NET ページ フレームワークによって内部的に使用されます。 アプリケーションでは明示的に使用しないでください。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

永続化されている名前。

適用対象