File Formats

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
ConnectionPassword Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ConnectionPassword Class

    Represents the connection password of the data source.

    Inheritance
    System.Object
    System.EventArgs
    ConnectionPassword
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved