This topic has not yet been rated - Rate this topic

ProvidePropertyAttribute.PropertyName Property

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.