DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / Password Property

In This Topic
    Password Property (C1OAuthConnectionStringBuilder)
    In This Topic
    The password of the user to be used for the authentication.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}
    See Also