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!

Type.GetProperties ()

Returns all the public properties of the current Type.

[Visual Basic]
Overloads Public Function GetProperties() As PropertyInfo ()
[C#]
public PropertyInfo[] GetProperties();
[C++]
public: PropertyInfo* GetProperties() [];
[JScript]
public function GetProperties() : PropertyInfo[];

Return Value

An array of PropertyInfo objects representing all public properties of the current Type.

-or-An empty array of type PropertyInfo, if the current Type does not have public properties.

See Also

Type Class | Type Members | System Namespace | Type.GetProperties Overload List