The name for this IContentItem. The value for the name attribute is typically specified via a content management tool and may or may not have any semantic meaning for the application.

Namespace:  Endeca.Data.Content
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
string Name { get; }
Visual Basic (Declaration)
ReadOnly Property Name As String
Visual C++
property String^ Name {
	String^ get ();
}

Return Value

The name of the content item.

See Also