ReposProperties Class

See Also

The ReposProperties class provides access to the Properties collection. The Properties collection gives you a convenient mechanism to enumerate 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.