ProfileParameter.PropertyName プロパティ

定義

パラメーターのバインド先である ASP.NET プロファイル プロパティの名前を取得または設定します。

public:
 property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
Public Property PropertyName As String

プロパティ値

String

パラメーターのバインド先である ASP.NET プロファイル プロパティの名前を識別する文字列。

注釈

プロパティは、現在の PropertyName オブジェクトを介して使用できる現在の ASP.NET プロファイルのプロパティを識別し HttpContext ます。 プロファイルに対してプロパティが存在しない場合、 Evaluate メソッドはパラメーターを値にバインドできません。

適用対象

こちらもご覧ください