The IActiveMarking type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyClassDescription
The ClassDescription object containing the property metadata for the EngineObject.
(Inherited from IEngineObject.)
Public propertyMarking
Specifies a marking that is applied to an object for access control purposes. A call to Get_Marking() on a given IActiveMarking object returns this object-valued property.
Public propertyProperties
The IProperties collection of properties for the EngineObject.
(Inherited from IEngineObject.)
Public propertyPropertyDisplayName
Specifies the display name of the property that caused the active marking to be applied to the object. The value of this property corresponds to the display name of the property that is designated as a marking property for a given object. As an example, if a Document object has a property named "foo" and that property is identified as a marking property, then the list of active marking instances for the document will have a property display name that corresponds to the display name of the "foo" property.

ToggleSee Also