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

Syntax

C#
IProfile GetProfileByUserID(
	string userID
)
Visual Basic
Function GetProfileByUserID ( _
	userID As String _
) As IProfile
Visual C++
IProfile^ GetProfileByUserID(
	String^ userID
)

Parameters

userID
Type: System..::..String

See Also