IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accountAccount (property)

A storage service provider account string.

Syntax

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

Default Value

""

Remarks

A storage service provider account string.

This property specifies the account string to use for authentication. It must be populated when using one of these storage service providers:

  • spAzureBlob (6)
  • spAzureFile (11)

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