updateEntryAuthorName (property)

This property contains the name of the author.

Syntax

@property (nonatomic,readwrite,assign,getter=updateEntryAuthorName,setter=setUpdateEntryAuthorName:) NSString* updateEntryAuthorName;
- (NSString*)updateEntryAuthorName;
- (void)setUpdateEntryAuthorName:(NSString*)newUpdateEntryAuthorName;
public var updateEntryAuthorName: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the name of the author.

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