Class WebServiceAuthentication
Inheritance
System.Object
WebServiceAuthentication
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class WebServiceAuthentication : ICloneable
Constructors
WebServiceAuthentication()
Declaration
protected WebServiceAuthentication()
Properties
Password
Password.
Declaration
public string Password { get; set; }
Property Value
System.String
|
Username
Username.
Declaration
public string Username { get; set; }
Property Value
System.String
|