IContext.Item Property
Gets or sets the index.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As IContext
Dim index As String
Dim value As String
value = instance(index)
instance(index) = value
Syntax
'Declaration
Default Property Item ( _
index As String _
) As String
string this [
string index
] { get; set; }
property String^ default [String^] {
String^ get (String^ index);
void set (String^ index, String^ value);
}
/** @property */
String get_Item (String index)
/** @property */
void set_Item (String index, String value)
Parameters
- index
Specifies the index.
Property Value
Type: String
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
IContext Interface
IContext Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.