Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IUser GetUserByProfileID(
	string profileID
)
Visual Basic
Function GetUserByProfileID ( _
	profileID As String _
) As IUser
Visual C++
IUser^ GetUserByProfileID(
	String^ profileID
)

Parameters

profileID
Type: System..::..String

See Also