Share via


IOptionsService.GetOptionSetting Method

Gets the option setting.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As IOptionsService
Dim itemName As String
Dim returnValue As OptionRecord

returnValue = instance.GetOptionSetting(itemName)

Syntax

'Declaration
Function GetOptionSetting ( _
    itemName As String _
) As OptionRecord
OptionRecord GetOptionSetting (
    string itemName
)
OptionRecord^ GetOptionSetting (
    String^ itemName
)
OptionRecord GetOptionSetting (
    String itemName
)
function GetOptionSetting (
    itemName : String
) : OptionRecord

Parameters

  • itemName
    Specifies the name of the item.

Return Value

Returns the options setting for any given item. Null, if the item does not exist.

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

IOptionsService Interface
IOptionsService Members
Microsoft.Uii.AifServices Namespace

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