ObjectMember Properties
Contains information about a member of an object data source.
Name | Description |
---|---|
Attributes | Obtains a collection of attributes assigned to a member. |
Has |
Indicates whether or not a member is a method with parameters. |
Highlighted |
Indicates whether or not the Highlighted |
Is |
Indicates whether or not a member is a method. |
Is |
Indidcates whether or not a member is a property. |
Is |
Indicates whether or not a member is static. |
Member |
Obtains a Member |
Member |
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. |
Return |
Obtains the return type of the current member. |
See Also