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.


Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Marking As IMarking
C#
IMarking Marking { get; }
C++
property IMarking Marking abstract  {
    IMarking get();
}
J#
/** property */
public IMarking get_Marking();
JScript
public function get Marking() : IMarking

Remarks

See Also