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

FileInfo.Password Property

Specifies a password that can be used to open a password protected file.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string Password { get; set; }

Property Value

Type Description
String

A string specifying the password to open the file.

See Also