AifBridgeService.GetConfig Method

Retrieves the option settings.

Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)

Usage

'Usage
Dim instance As AifBridgeService
Dim optionKey As String
Dim returnValue As String

returnValue = instance.GetConfig(optionKey)

Syntax

'Declaration
Public Function GetConfig ( _
    optionKey As String _
) As String
public string GetConfig (
    string optionKey
)
public:
String^ GetConfig (
    String^ optionKey
)
public String GetConfig (
    String optionKey
)
public function GetConfig (
    optionKey : String
) : String

Parameters

  • optionKey
    Specifies the option key.

Return Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifBridgeService Class
AifBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.