ArcFM Responder Mobile Developer Guide
Child Property (ISSNode)






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