Contents

accountType

The type of service account.

Declaration

var accountType: ACAccountType! { get set }

Discussion

This property is required. You specify the account type using the init(accountType:) method. You can use the accounts(with:) method to retrieve all accounts of a particular type.

See Also

Accessing Properties