The name of the nearest ancestor property

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

Syntax

C#
string LocalPropertyName { get; set; }
Visual Basic (Declaration)
Property LocalPropertyName As String
Visual C++
property String^ LocalPropertyName {
	String^ get ();
	void set (String^ value);
}

See Also