userDetailsLastName (property)

This property holds the last name of the user.

Syntax

@property (nonatomic,readonly,assign,getter=userDetailsLastName) NSString* userDetailsLastName;
- (NSString*)userDetailsLastName;
public var userDetailsLastName: String {
  get {...}
}

Default Value

""

Remarks

This property holds the last name of the user. If multiple names are present they are space separated.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]