IOptionsService.GetOptionSetting(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the option setting.
public:
Microsoft::Uii::Common::Entities::OptionRecord ^ GetOptionSetting(System::String ^ itemName);
public Microsoft.Uii.Common.Entities.OptionRecord GetOptionSetting (string itemName);
abstract member GetOptionSetting : string -> Microsoft.Uii.Common.Entities.OptionRecord
Public Function GetOptionSetting (itemName As String) As OptionRecord
Parameters
- itemName
- String
Specifies the name of the item.
Returns
Returns the options setting for any given item. Null
, if the item does not exist.