ArcFM Responder Mobile Developer Guide
ParentCustomer Property (LoadPointsArchiveObject)






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

LoadPointsArchiveObject Class
LoadPointsArchiveObject Members

Send Feedback