Specifies whether the value of a property provides the name of the object instances of the class to which it belongs (true) or not (false). An object that has a designated name property (the IsNameProperty property of one of its properties is set or the NamePropertyIndex property of the object's class description is set) will have the designated name property's value assigned to its Name property. An object can have only one designated name property.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property IsNameProperty As Nullable(Of Boolean)
C#
Nullable<bool> IsNameProperty { get; set; }
Visual C++
property Nullable<bool> IsNameProperty {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_isNameProperty();
function set_isNameProperty(value);

ToggleRemarks

ToggleSee Also