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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ