Class ConnectionPassword
Represents the connection password of the data source.
Inheritance
System.Object
ConnectionPassword
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ConnectionPassword : EventArgs
Constructors
ConnectionPassword()
Declaration
public ConnectionPassword()
Properties
PasswordToConnectDB
Gets or sets the password to connect data source.
Declaration
public string PasswordToConnectDB { get; set; }
Property Value
Type |
---|
System.String |