Specifies the value to use when applying a Marking to an object that has a property associated with a MarkingSet. This value of a marking must be unique within a marking set.

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

ToggleSyntax

Visual Basic (Declaration)
Property MarkingValue As String
C#
string MarkingValue { get; set; }
Visual C++
property String^ MarkingValue {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_markingValue();
function set_markingValue(value);

ToggleRemarks

ToggleSee Also