PropertyRowSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a rowset object that you can use to retrieve the properties of one or more objects in the rowset.
public class PropertyRowSet
type PropertyRowSet = class
Public Class PropertyRowSet
- Inheritance
-
PropertyRowSet
Constructors
| PropertyRowSet(PropertyId[], PropertyRow[]) |
Initializes a new instance of this class. |
Properties
| Item[Int32] |
Retrieves the specified row from the rowset. |
| Length |
Retrieves the number of rows in the rowset. |
| Rows |
Retrieves the rows from the rowset. |