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.GetFields ()

Returns all the public fields of the current Type.

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

Return Value

An array of FieldInfo objects representing all the public fields defined for the current Type.

-or-

An empty array of type FieldInfo, if no public fields are defined for the current Type.

See Also

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