DSDataTypeResponseValue TryGet Method DSWS API (.NET)

[This is preliminary documentation and is subject to change.]

Gets the symbol response value for the specified symbol

Namespace: Datastream.DswsApi
Assembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool TryGet(
	string symbol,
	out DSSymbolResponseValue symbolResponseValue
)

Parameters

symbol
Type: System String
The symbol
symbolResponseValue
Type: Datastream.DswsApi DSSymbolResponseValue 
The symbol response value

Return Value

True if the symbol was found, False otherwise
Version Information

.NET API Framework

Supported in: 4.1, 3.6
See Also