Class CredentialsNeededEventArgs
Inheritance
Object
EventArgs
CredentialsNeededEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |