Gets or sets the property name.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public string Name { get; set; }
Public Property Name As String Get Set
public: virtual property String^ Name { String^ get () sealed; void set (String^ value) sealed; }
/** @property */ public final String get_Name() /** @property */ public final void set_Name(String value)