GoDiagram Web Reference
Item Property (GoCopyDictionary)

Gets or sets the copied object in the destination for an object in the source.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal key As Object _
) As Object
public override object this[ 
   object key
]; {get; set;}

Parameters

key
Remarks
This is an indexed property. If the key is null, getting this property returns null; When setting, if the key is null, nothing happens.
Requirements

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

See Also

Reference

GoCopyDictionary Class
GoCopyDictionary Members
Base Implementation in Item

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback