ArcFM Responder Mobile Developer Guide
Key Property (MMPxNodeListClass)






Syntax
'Declaration
 
Public Overridable WriteOnly Property Key( _
   ByRef Key As System.Object _
) As System.IntPtr
'Usage
 
Dim instance As MMPxNodeListClass
Dim Key As System.Object
 
instance.Key(Key) = value
public virtual System.IntPtr Key( 
   ref System.object Key
) {set;}
public write-only property Key( 
   var  Key: System.TObject
): System.IntPtr; virtual; 
public function set Key( 
   Key : System.Object
) : System.IntPtr
public: __property virtual void set_Key( 
   ref System.Object* Key,
   System.IntPtr value
);
public:
virtual 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

MMPxNodeListClass Class
MMPxNodeListClass Members

Send Feedback