ProvidePropertyAttribute.PropertyName Property
.NET Framework 1.1
Gets the name of a property that this class provides.
[Visual Basic] Public ReadOnly Property PropertyName As String [C#] public string PropertyName {get;} [C++] public: __property String* get_PropertyName(); [JScript] public function get PropertyName() : String;
Property Value
The name of a property that this class provides.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ProvidePropertyAttribute Class | ProvidePropertyAttribute Members | System.ComponentModel Namespace