Gets name.

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Name As String
C#
public string Name { get; }
Visual C++
public:
virtual property String^ Name {
	String^ get () sealed;
}
JavaScript
function get_name();

Implements

IReader..::.Name

See Also