Miner.Framework Namespace > ObjectStoreCollection Class : Item Property |
'Declaration
Public Default Property Item( _ ByVal key As System.String _ ) As System.Object
'Usage
Dim instance As ObjectStoreCollection Dim key As System.String Dim value As System.Object instance.Item(key) = value value = instance.Item(key)
public System.object this[ System.string key ]; {get; set;}
public this: : System.TObject;[ key: System.String ]; read-write
public this[ key : System.String ] get,set : System.Object
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2