Show / Hide Table of Contents

Class CredentialsNeededEventArgs

Inheritance
object
EventArgs
CredentialsNeededEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class CredentialsNeededEventArgs : EventArgs

Properties

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

UserPwd

Declaration
public string UserPwd { get; set; }
Property Value
Type Description
string
In this article
Back to top