Show / Hide Table of Contents

AccountName Property

AccountName

The account name, which is typically the user's email address.

C#
public string? AccountName { get; set; }

Property Value

Type Description
string

Exceptions

Type Condition
InvalidOperationException

The value is null, empty, or consists only of white-space characters.

In this article
Back to top Generated by DocFX