Specifies the display name of the property that caused the active marking to be applied to the object. The value of this property corresponds to the display name of the property that is designated as a marking property for a given object. As an example, if a Document object has a property named "foo" and that property is identified as a marking property, then the list of active marking instances for the document will have a property display name that corresponds to the display name of the "foo" property.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyDisplayName As String
C#
string PropertyDisplayName { get; }
C++
property string PropertyDisplayName abstract  {
    String get();
}
J#
/** property */
public string get_PropertyDisplayName();
JScript
public function get PropertyDisplayName() : String

Remarks

See Also