Returns the name of this property object.

Namespace:  Endeca.Data.Content
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 1.0.0.0 (1.0.1.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 this property object.

See Also