AccountName Property
AccountName
The account name, which is typically the user's email address.
C#
public string AccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The value is null, empty, or consists only of white-space characters. |