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[];
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.
Type Class | Type Members | System Namespace | Type.GetProperties Overload List