Specifies the set of markings for a given string-valued property. An IMarkingSet is a container that holds all of the possible values for a particular marking-enabled property. Each IMarking object in the marking set represents a different value for the property.

You can retrieve a string-valued property's marking set by calling Get_MarkingSet() method on the IPropertyDefinitionString, IPropertyTemplateString, or IPropertyDescriptionString interfaces.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property MarkingSet As IMarkingSet
C#
IMarkingSet MarkingSet { get; }
Visual C++
property IMarkingSet^ MarkingSet {
	IMarkingSet^ get ();
}
JavaScript
function get_markingSet();

ToggleRemarks

ToggleSee Also