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)
Visual Basic (Declaration) |
---|
ReadOnly Property PropertyDisplayName As String |
C# |
---|
string PropertyDisplayName { get; } |
Visual C++ |
---|
property String^ PropertyDisplayName {
String^ get ();
} |
JavaScript |
---|
function get_propertyDisplayName();
|