IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountEnterpriseId Property

The Id of the enterprise the account is a member of.

Syntax

ANSI (Cross Platform)
char* GetAccountEnterpriseId();

Unicode (Windows)
LPWSTR GetAccountEnterpriseId();
@property (nonatomic,readonly,assign,getter=accountEnterpriseId) NSString* accountEnterpriseId;
- (NSString*)accountEnterpriseId;
#define PID_BOX_ACCOUNTENTERPRISEID 4

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_Box_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The Id of the enterprise the account is a member of.

This property reflects the Id of the enterprise that the account is a member of. It will be empty if the account isn't part of an enterprise.

This property is read-only and 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]