Click or drag to resize

BenchUserInfo Constructor (String, String)

Initializes a new instance of BenchUserInfo.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public BenchUserInfo(
	string name,
	string email
)

Parameters

name
Type: SystemString
The name of the user.
email
Type: SystemString
The email of the user.
See Also