The name of the user to logon before navigation. The
Domain and
Password properties must also be set.
This property has priority over the
CurrentUserImpersonation property.
By default this property is not set.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Username { get; set; } |
| Visual Basic |
|---|
Public Property Username As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ Username {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also