OptionsService.Item[String] Property

Definition

Gets the OptionRecord with the specified name.

public:
 virtual property Microsoft::Uii::Common::Entities::OptionRecord ^ default[System::String ^] { Microsoft::Uii::Common::Entities::OptionRecord ^ get(System::String ^ name); };
public virtual Microsoft.Uii.Common.Entities.OptionRecord this[string name] { get; }
member this.Item(string) : Microsoft.Uii.Common.Entities.OptionRecord
Default Public Overridable ReadOnly Property Item(name As String) As OptionRecord

Parameters

name
String

Specifies the name.

Property Value

Implements

Applies to