Class CredentialsNeededEventArgs
Inherited Members
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 |