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

GoogleDriveAccount.PrivateKey Property

Returns the Google Drive account’s Private Key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string PrivateKey { get; }

Property Value

Type Description
String

A string value that specifies the private key.

Remarks

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

See Also