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!

IReflect.GetProperty

Retrieves a PropertyInfo object corresponding to a specified property.

Overload List

Retrieves a PropertyInfo object corresponding to a specified property with specified search constraints.

[Visual Basic] Overloads Function GetProperty(String, BindingFlags, Binder, Type(), ParameterModifier()) As PropertyInfo
[C#] PropertyInfo GetProperty(String, BindingFlags, Binder, Type[], ParameterModifier[]);
[C++] PropertyInfo* GetProperty(String*, BindingFlags, Binder, Type[], ParameterModifier[]) = 0;
[JScript] function GetProperty(String, BindingFlags, Binder, Type[], ParameterModifier[]) : PropertyInfo;

Retrieves a PropertyInfo object corresponding to a specified property under specified search constraints.

[Visual Basic] Overloads Function GetProperty(String, BindingFlags) As PropertyInfo
[C#] PropertyInfo GetProperty(String, BindingFlags);
[C++] PropertyInfo* GetProperty(String*, BindingFlags) = 0;
[JScript] function GetProperty(String, BindingFlags) : PropertyInfo;

See Also

IReflect Interface | IReflect Members | System.Reflection Namespace