ArcFM Responder Mobile Developer Guide
AccountType Property (CustomersObject)






Syntax
'Declaration
 
Public Property AccountType As System.Nullable(Of AccountTypeDomain)
'Usage
 
Dim instance As CustomersObject
Dim value As System.Nullable(Of AccountTypeDomain)
 
instance.AccountType = value
 
value = instance.AccountType
public System.Nullable<AccountTypeDomain> AccountType {get; set;}
public read-write property AccountType: System.Nullable; 
public function get,set AccountType : System.Nullable
public: __property System.Nullable<AccountTypeDomain> get_AccountType();
public: __property void set_AccountType( 
   System.Nullable<AccountTypeDomain> value
);
public:
property System.Nullable<AccountTypeDomain> AccountType {
   System.Nullable<AccountTypeDomain> get();
   void set (    System.Nullable<AccountTypeDomain> 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

CustomersObject Class
CustomersObject Members

Send Feedback