Specifies whether the value of a property provides the name of the object instances of the class to which it belongs (
) or not (
). An object that has a designated name property (the
property of one of its properties is set or the
property of the object's class description is set) will have the designated name property's value assigned to its
property. An object can have only one designated name property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property IsNameProperty As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsNameProperty { get; set; } |
C++ |
---|
property Nullable<bool> IsNameProperty abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_IsNameProperty(); /** property */ public void set_IsNameProperty(Nullable<bool> value); |
JScript |
---|
public function get IsNameProperty() : Nullable<bool> public function set IsNameProperty(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ