Gets name.
Namespace:
Greatis.FormDesignerAssembly: 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(); |