ACAccount.AccountDescription 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.
A description of the account.
public virtual string AccountDescription { [Foundation.Export("accountDescription", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAccountDescription:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AccountDescription : string with get, set
Property Value
A human-readable description of the account.
This value can be null
.
- Attributes