ParameterValueCollectionGetStringValue Method (Guid) | 
 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 (25.3.0.1000)
Syntaxpublic string GetStringValue(
	Guid itemId
)
Public Function GetStringValue ( 
	itemId As Guid
) As String
public:
String^ GetStringValue(
	Guid itemId
)
member GetStringValue : 
        itemId : Guid -> string 
Parameters
- itemId
 - Type: SystemGuid
ID of the item. 
Return Value
Type: 
StringThe string value.
Exceptions| Exception | Condition | 
|---|
| NotFoundException | A parameter with the specified ID is not in the collection. | 
See Also