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 Properties

The properties of the PropertyInfo class are listed below. For a complete list of PropertyInfo class members, see the PropertyInfo Members topic.

Public:

Attributes Retrieves the attributes for this property.
CanRead Retrieves whether the property can be read.
CanWrite Retrieves whether the property can be written to.
DeclaringType (inherited from MemberInfo) Retrieves the class that declares this member.
IsSpecialName Retrieves whether the property is the Special Name.
MemberType Retrieves the Type of property reflected by this PropertyInfo object.
Name (inherited from MemberInfo) Retrieves the name of this member.
PropertyType Retrieves the type of the field of this property.
ReflectedType (inherited from MemberInfo) Retrieves the class object that was used to obtain this instance of MemberInfo.

See Also

PropertyInfo Class | System.Reflection Namespace