ObjectMember Properties
Contains information about a member of an object data source.Name | Description |
---|---|
Attributes | Obtains a collection of attributes assigned to a member. |
HasParams | Indicates whether or not a member is a method with parameters. |
Highlighted | Indicates whether or not the HighlightedMemberAttribute is assigned to a method. |
IsMethod | Indicates whether or not a member is a method. |
IsProperty | Indidcates whether or not a member is a property. |
IsStatic | Indicates whether or not a member is static. |
MemberInfo | Obtains a MemberInfo object containing information about the current member. |
MemberType | Obtains the type of the current member. |
Name | Indicates the name of an object member. |
Parameters | Obtains a collection of constructor parameters. |
Pd | Provides access to a property descriptor containing information about a property of an object data source. |
ReturnType | Obtains the return type of the current member. |
See Also