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

Syntax

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

Parameters

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

See Also