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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Marking As IMarking
C#
IMarking Marking { get; }
Visual C++
property IMarking^ Marking {
	IMarking^ get ();
}
JavaScript
function get_marking();

ToggleRemarks

ToggleSee Also