Represents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited. SubscribableClassDefinition objects hold the class definitions for all subclasses of the Subscribable class except for the Document class and its subclasses, whose class definitions are held by DocumentClassDefinition objects. You can modify class definition metadata via its properties and property definitions throughout the life of an instantiated object. Note, however, that you cannot modify a class definition's ClassDescription property.


The following tables list the members exposed by ISubscribableClassDefinition.

Public Properties

  Name Description
Public property AuditDefinitions A list of the AuditDefinition objects that shows the events to be audited for this class.
Top

See Also