userDetailsFirstName (property)

This property holds the first name of the user.

Syntax

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

Default Value

""

Remarks

This property holds the first 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]