ArcFM Responder Mobile Developer Guide
HashVal Property (MMPxNodeListClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property HashVal( _
   ByRef Key As System.Object _
) As System.Object
'Usage
 
Dim instance As MMPxNodeListClass
Dim Key As System.Object
Dim value As System.Object
 
value = instance.HashVal(Key)
public virtual System.object HashVal( 
   ref System.object Key
) {get;}
public read-only property HashVal( 
   var  Key: System.TObject
): System.TObject; virtual; 
public function get HashVal( 
   Key : System.Object
) : System.Object
public: __property virtual System.Object* get_HashVal( 
   ref System.Object* Key
);
public:
virtual 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

MMPxNodeListClass Class
MMPxNodeListClass Members

Send Feedback