ACAccountStore.FindAccount(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the ACAccount whose Identifier is equal to identifer
parameter.
[Foundation.Export("accountWithIdentifier:")]
public virtual Accounts.ACAccount FindAccount (string identifier);
abstract member FindAccount : string -> Accounts.ACAccount
override this.FindAccount : string -> Accounts.ACAccount
Parameters
- identifier
- String
A GUID associated with the account.
Returns
An ACAccount or null
if the identifier
is invalid.
- Attributes