Gets the full name of the property, including contextual information.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public abstract string FullPropertyName { get; }
Visual Basic
Public MustOverride ReadOnly Property FullPropertyName As String
	Get
Visual C++
public:
virtual property String^ FullPropertyName {
	String^ get () abstract;
}

Field Value

The full name of the property.

See Also