ACAccount.Credential Property
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.
The credentials used to validate this account.
public virtual Accounts.ACAccountCredential Credential { [Foundation.Export("credential", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCredential:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Credential : Accounts.ACAccountCredential with get, set
Property Value
The ACAccountCredential associated with this ACAccount.
This value can be null
.
- Attributes