| BenchUserInfo Constructor (String, String) |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public BenchUserInfo(
string name,
string email
)
Public Sub New (
name As String,
email As String
)
Parameters
- name
- Type: SystemString
The name of the user. - email
- Type: SystemString
The email of the user.
See Also