IAppSettings.TryGetValue<T> method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function TryGetValue(Of T) ( _
    settingName As String, _
    ByRef value As T _
) As Boolean
'Usage
Dim instance As IAppSettings
Dim settingName As String
Dim value As T
Dim returnValue As Boolean

returnValue = instance.TryGetValue(settingName, _
    value)
bool TryGetValue<T>(
    string settingName,
    ref T value
)

Type parameters

  • T

Parameters

  • value
    Type: T

Return value

Type: System.Boolean

See also

Reference

IAppSettings interface

IAppSettings members

Microsoft.Office.Web.Conversion.ViewerInterface namespace