ArcFM Responder Mobile Developer Guide
Next Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2016)>
Property Next As ISSNode
'Usage
 
Dim instance As ISSNode
Dim value As ISSNode
 
instance.Next = value
 
value = instance.Next
[System.Runtime.InteropServices.DispId(2016)]
ISSNode Next {get; set;}
read-write property Next: ISSNode; 
System.Runtime.InteropServices.DispIdAttribute(2016)
function get,set Next : ISSNode
[System.Runtime.InteropServices.DispId(2016)]
__property ISSNode* get_Next();
__property void set_Next( 
   ISSNode* value
);
[System.Runtime.InteropServices.DispId(2016)]
property ISSNode^ Next {
   ISSNode^ get();
   void set (    ISSNode^ value);
}
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

ISSNode Interface
ISSNode Members

Send Feedback