| Student LastName Property | CSAL Mongo Access Library |
Student's last name
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string LastName { get; set; }
public string LastName { get; set; }Public Property LastName As String Get Set
Public Property LastName As String Get Set
public: property String^ LastName { String^ get (); void set (String^ value); }
public:
property String^ LastName {
String^ get ();
void set (String^ value);
}Property Value
Type:See Also