Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public VGLicenseRequestInfo CreateNewLicenseRequest(
	string email,
	string name,
	string lastname,
	string company,
	string phoneNumber,
	string state,
	string additionnalInfo,
	int numberOfUser
)
Visual Basic
Public Function CreateNewLicenseRequest ( 
	email As String,
	name As String,
	lastname As String,
	company As String,
	phoneNumber As String,
	state As String,
	additionnalInfo As String,
	numberOfUser As Integer
) As VGLicenseRequestInfo

Parameters

email
Type: System..::..String
name
Type: System..::..String
lastname
Type: System..::..String
company
Type: System..::..String
phoneNumber
Type: System..::..String
state
Type: System..::..String
additionnalInfo
Type: System..::..String
numberOfUser
Type: System..::..Int32

Return Value

Type: VGLicenseRequestInfo

See Also