The IActiveMarking type exposes the following members.
Properties
Type | Name | Description |
---|---|---|
![]() | ClassDescription |
The ClassDescription object containing the property metadata for the EngineObject.
(Inherited from IEngineObject.) |
![]() | Marking |
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.
|
![]() | Properties |
The IProperties collection of properties for the EngineObject.
(Inherited from IEngineObject.) |
![]() | PropertyDisplayName |
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.
|