For most classes, this property is read-only and returns the value of the designated name property for the object, or its ID if there is no name property. If
has a value, this property contains the value of the designated name property. If there is no designated name property value, and the object has an
property, this property contains the string value of the
property. If neither of these conditions is satisfied, this property contains an empty string.
For a
object, this property is read/write and specifies the name of the object.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Name As String |
C# |
---|
string Name { get; set; } |
C++ |
---|
property string Name abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Name(); /** property */ public void set_Name(string value); |
JScript |
---|
public function get Name() : String public function set Name(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ