Get, set Name of the object
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
string Name { get; set; } |
| Visual Basic |
|---|
Property Name As String Get Set |
| Visual C++ |
|---|
property String^ Name { String^ get (); void set (String^ value); } |