The name of the property to reference.
[Visual Basic] 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);
The name of the property to reference.
CodePropertyReferenceExpression Class | CodePropertyReferenceExpression Members | System.CodeDOM Namespace