ArcFM Responder Mobile Developer Guide
PriorityCustomer Property (CustomersObject)






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