Specifies the 0-based index of the PropertyDescription object in this ClassDescription
object's PropertyDescriptions collection that serves as the name property for object instances
of the class. If NamePropertyIndex is
null, the class will not have a designated name property; in this case, the Name property of the
object instantiation of the class will be set to the value of its Id property.
Namespace:
FileNet.Api.MetaAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property NamePropertyIndex As Nullable(Of Integer) |
C# |
---|
Nullable<int> NamePropertyIndex { get; } |
Visual C++ |
---|
property Nullable<int> NamePropertyIndex { Nullable<int> get (); } |
JavaScript |
---|
function get_namePropertyIndex(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ