localUser (property)

The identifier of the user on the local machine.

Syntax

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

Default Value

""

Remarks

This property contains the identifier of the user on the local machine. This must be the identifier of a user in the local host for whom remote execution of commands is permitted in the remote host.

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