ArcFM Responder Mobile Developer Guide
ParentUser Property (IncidentsObject)






Syntax
'Declaration
 
Public ReadOnly Property ParentUser As UsersObject
'Usage
 
Dim instance As IncidentsObject
Dim value As UsersObject
 
value = instance.ParentUser
public UsersObject ParentUser {get;}
public read-only property ParentUser: UsersObject; 
public function get ParentUser : UsersObject
public: __property UsersObject* get_ParentUser();
public:
property UsersObject^ ParentUser {
   UsersObject^ get();
}
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

IncidentsObject Class
IncidentsObject Members

Send Feedback