IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

Account Property

The Azure storage account name.

Syntax

ANSI (Cross Platform)
char* GetAccount();
int SetAccount(const char* lpszAccount); Unicode (Windows) LPWSTR GetAccount();
INT SetAccount(LPCWSTR lpszAccount);
@property (nonatomic,readwrite,assign,getter=account,setter=setAccount:) NSString* account;
- (NSString*)account;
- (void)setAccount:(NSString*)newAccount;
#define PID_AZUREBLOB_ACCOUNT 7

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the name of the Azure storage account to operate against. It must be set before attempting any operations which connect to the server.

This property is not available at design time.

Data Type

String

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