次の方法で共有


CodePropertyReferenceExpression.PropertyName プロパティ

参照されるプロパティの名前を取得または設定します。

Public Property PropertyName As String
[C#]
public string PropertyName {get; set;}
[C++]
public: __property String* get_PropertyName();public: __property void set_PropertyName(String*);
[JScript]
public function get PropertyName() : String;public function set PropertyName(String);

プロパティ値

参照されるプロパティの名前。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodePropertyReferenceExpression クラス | CodePropertyReferenceExpression メンバ | System.CodeDom 名前空間