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.Security
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

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

/** property */
public void set_DisplayName(string value);
JScript
public function get DisplayName() : String

public function set DisplayName(value : String);

Remarks

See Also