ParameterValueCollectionGetStringValue(Guid) Method

Gets the string value, or throws an exception if it was not found.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string GetStringValue(
	Guid itemId
)

Parameters

itemId  Guid
ID of the item.

Return Value

String
The string value.
Exceptions
ExceptionCondition
NotFoundExceptionA parameter with the specified ID is not in the collection.
See Also