Open this page in the API Guide

SingleStringValue Constructor (Guid, ParameterToken)

Initializes a new instance of the SingleStringValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public SingleStringValue(
	Guid parameterId,
	ParameterToken token
)

Parameters

parameterId
Type: System.Guid
The parameter ID.
token
Type: Dundas.BI.Data.Parameters.Tokens.ParameterToken
The token.
Exceptions
ExceptionCondition
ArgumentExceptiontoken is invalid for the current value type.
See Also