CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

User Constructor (String, String, String)

This initializes a User object with the passed in values.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public User(
	string name,
	string email,
	string organization
)
Public Sub New ( _
	name As String, _
	email As String, _
	organization As String _
)
public:
User(
	String^ name, 
	String^ email, 
	String^ organization
)

Parameters

name
Type: String
The name of the User.
email
Type: String
The email address of the User.
organization
Type: String
The organization the User belongs to.