ArcFM Responder Mobile Developer Guide
Key Property (IDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(5)>
WriteOnly Property Key( _
   ByRef Key As System.Object _
) As System.IntPtr
'Usage
 
Dim instance As IDictionary
Dim Key As System.Object
 
instance.Key(Key) = value
[System.Runtime.InteropServices.DispId(5)]
System.IntPtr Key( 
   ref System.object Key
) {set;}
write-only property Key( 
   var  Key: System.TObject
): System.IntPtr; 
System.Runtime.InteropServices.DispIdAttribute(5)
function set Key( 
   Key : System.Object
) : System.IntPtr
[System.Runtime.InteropServices.DispId(5)]
__property void set_Key( 
   ref System.Object* Key,
   System.IntPtr value
);
[System.Runtime.InteropServices.DispId(5)]
property System.IntPtr Key {
   void set (System.Object^% Key, System.IntPtr value);
}

Parameters

Key
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

IDictionary Interface
IDictionary Members

Send Feedback