Meta Data Services Programming
ReposProperties Class
The ReposProperties class provides access to the Properties collection. The Properties collection gives you a convenient mechanism for enumerating through all of the persistent properties and collections of an interface. The ReposProperty class can be used to access the individual members in the Properties collection.
When to Use
Use the ReposProperties class to access the properties and collections of a repository object, when no custom implementation is available, and you do not already know what members are exposed by the object's interface.
Interfaces
Interface | Description |
---|---|
IReposProperties | Provides access to the members that are attached to an interface |