Skip to main content
Tab

GoogleDriveAccount.PrivateKey Property

Returns the Google Drive account’s Private Key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.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