Skip to main content
A newer version of this page is available. .
Tab

GoogleDriveAccount.ClientEmail Property

Returns the Google Drive account’s Client Email.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string ClientEmail { get; }

Property Value

Type Description
String

A string value that specifies the client email.

Remarks

To learn more, see the Google Drive File System Provider topic.

See Also