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

Syntax

C#
public bool TryGetValue(
	string key,
	out ICustomFieldInfo value
)
Visual Basic
Public Function TryGetValue ( _
	key As String, _
	<OutAttribute> ByRef value As ICustomFieldInfo _
) As Boolean
Visual C++
public:
virtual bool TryGetValue(
	String^ key, 
	[OutAttribute] ICustomFieldInfo^% value
) sealed

Implements

IAdditionalProperties..::..TryGetValue(String, ICustomFieldInfo%)

See Also