IOptionsService.Item[String] Property
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 OptionRecord with the specified name.
public:
property Microsoft::Uii::Common::Entities::OptionRecord ^ default[System::String ^] { Microsoft::Uii::Common::Entities::OptionRecord ^ get(System::String ^ name); };
public Microsoft.Uii.Common.Entities.OptionRecord this[string name] { get; }
member this.Item(string) : Microsoft.Uii.Common.Entities.OptionRecord
Default Public ReadOnly Property Item(name As String) As OptionRecord
Parameters
- name
- String
Specifies the name.