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

Syntax

C#
bool IsUserFirstNameVisible(
	out string value
)
Visual Basic
Function IsUserFirstNameVisible ( _
	<OutAttribute> ByRef value As String _
) As Boolean
Visual C++
bool IsUserFirstNameVisible(
	[OutAttribute] String^% value
)

Parameters

value
Type: System..::..String%

See Also