The user-readable, provider-specific name of an object. This property is usually the designated Name property of the object's class.


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

Syntax

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

Remarks

See Also