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)

Syntax

Visual Basic (Declaration)
Property MarkingValue As String
C#
string MarkingValue { get; set; }
C++
property string MarkingValue abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_MarkingValue();

/** property */
public void set_MarkingValue(string value);
JScript
public function get MarkingValue() : String

public function set MarkingValue(value : String);

Remarks

See Also