ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionPassword

    Show / Hide Table of Contents

    Class ConnectionPassword

    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 - 2023 Syncfusion Inc. All Rights Reserved