Holds an IMarkingList object, which contains a collection of Marking objects.


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

Syntax

Visual Basic (Declaration)
Property Markings As IMarkingList
C#
IMarkingList Markings { get; set; }
C++
property IMarkingList Markings abstract  {
    IMarkingList get();
    void set(IMarkingList value);
}
J#
/** property */
public IMarkingList get_Markings();

/** property */
public void set_Markings(IMarkingList value);
JScript
public function get Markings() : IMarkingList

public function set Markings(value : IMarkingList);

Remarks

See Also