Namespace: Novalys.VisualGuard.Security.IdentityModule.ModuleOptions
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
VGUserOperationStatus ChangeLockValue(
	string userId,
	bool isLock
)
Visual Basic
Function ChangeLockValue ( 
	userId As String,
	isLock As Boolean
) As VGUserOperationStatus

Parameters

userId
Type: System..::..String
isLock
Type: System..::..Boolean

Return Value

Type: VGUserOperationStatus

See Also