NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyInfo Constructor

Initializes an instance of the PropertyInfo class.

[Visual Basic]
Protected Sub New()
[C#]
protected PropertyInfo();
[C++]
protected: PropertyInfo();
[JScript]
protected function PropertyInfo();

Remarks

The Member type Property. Properties are logical collections of methods that act as accessors.

See Also

PropertyInfo Class | PropertyInfo Members | System.Reflection Namespace