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