BCServiceProvider TryGetValue Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Gets the value associated with the specified key.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public bool TryGetValue(
	Guid key,
	out Object value
)

Parameters

key
Type: OnlineSystem Guid
The key of the value to get.
value
Type: OnlineSystem Object 
When this method returns, the value parameter contains the value associated with the specified key, if the key is found; otherwise, it contains the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

  if the context contains an element with the specified key; otherwise,  .
See Also