Class ConnectionPassword
Represents the connection password of the data source.
Inheritance
System.Object
System.EventArgs
ConnectionPassword
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.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 |