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#
public string LocalPropertyName { get; set; }
Visual Basic (Declaration)
Public Property LocalPropertyName As String
Visual C++
public:
virtual property String^ LocalPropertyName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Implements

IContentContext..::.LocalPropertyName

See Also