OptionsService.Item Property
Gets the OptionRecord with the specified name.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As OptionsService
Dim name As String
Dim value As OptionRecord
value = instance(name)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item ( _
name As String _
) As OptionRecord
public virtual OptionRecord this [
string name
] { get; }
public:
virtual property OptionRecord^ default [String^] {
OptionRecord^ get (String^ name);
}
/** @property */
public OptionRecord get_Item (String name)
Parameters
- name
Specifies the name.
Property Value
Type:OptionRecord.
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
OptionsService Class
OptionsService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.