OptionsService.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:
virtual Microsoft::Uii::Common::Entities::OptionRecord ^ GetOptionSetting(System::String ^ itemName);
public virtual Microsoft.Uii.Common.Entities.OptionRecord GetOptionSetting (string itemName);
abstract member GetOptionSetting : string -> Microsoft.Uii.Common.Entities.OptionRecord
override this.GetOptionSetting : string -> Microsoft.Uii.Common.Entities.OptionRecord
Public Overridable Function GetOptionSetting (itemName As String) As OptionRecord
Parameters
- itemName
- String
Specifies the name of the option record.
Returns
Returns the options setting for any given item. Null
, if the item donot exist.