The user's last name.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string LastName { get; set; }
Public Property LastName As String
Get
Set
public:
property String^ LastName {
String^ get ();
void set (String^ value);
}
member LastName : string with get, set
Property Value
Type:
String
See Also