PersistNameAttribute.Name プロパティ

定義

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

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

プロパティ値

永続化される名前。

適用対象