Gets the effective value of the specified configuration setting as a
Uri.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxUri GetUri(
Guid settingId
)
Function GetUri (
settingId As Guid
) As Uri
Uri^ GetUri(
Guid settingId
)
abstract GetUri :
settingId : Guid -> Uri Parameters
- settingId Guid
- The ID of the setting.
Return Value
Uri
The effective value of the setting with the specified ID.
Exceptions
See Also