ArcFM Responder Mobile Developer Guide
HashVal Property (IDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(10)>
ReadOnly Property HashVal( _
   ByRef Key As System.Object _
) As System.Object
'Usage
 
Dim instance As IDictionary
Dim Key As System.Object
Dim value As System.Object
 
value = instance.HashVal(Key)
[System.Runtime.InteropServices.DispId(10)]
System.object HashVal( 
   ref System.object Key
) {get;}
read-only property HashVal( 
   var  Key: System.TObject
): System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(10)
function get HashVal( 
   Key : System.Object
) : System.Object
[System.Runtime.InteropServices.DispId(10)]
__property System.Object* get_HashVal( 
   ref System.Object* Key
);
[System.Runtime.InteropServices.DispId(10)]
property System.Object^ HashVal {
   System.Object^ get(System.Object^% Key);
}

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