Gets the full name of the property, including contextual information.
Namespace: SimolAssembly: 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; } |