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

ToggleSyntax

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();

ToggleRemarks

ToggleSee Also