DataViewBrowseObject.GetProperties Method
Include Protected Members
Include Inherited Members
Retrieves a collection of properties for the current browse object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetProperties() | Retrieves a PropertyDescriptorCollection collection of properties for the current browse object. | |
GetProperties(array<Attribute[]) | Retrieves a PropertyDescriptorCollection collection of properties that match the specified attributes for the current browse object. |
Top