ArcFM Responder Mobile Developer Guide
Percentage Property






Syntax
'Declaration
 
Public Property Percentage As System.Nullable(Of Double)
'Usage
 
Dim instance As FindCustomersBelowDeviceRequest
Dim value As System.Nullable(Of Double)
 
instance.Percentage = value
 
value = instance.Percentage
public System.Nullable<double> Percentage {get; set;}
public read-write property Percentage: System.Nullable; 
public function get,set Percentage : System.Nullable
public: __property System.Nullable<double> get_Percentage();
public: __property void set_Percentage( 
   System.Nullable<double> value
);
public:
property System.Nullable<double> Percentage {
   System.Nullable<double> get();
   void set (    System.Nullable<double> 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

FindCustomersBelowDeviceRequest Class
FindCustomersBelowDeviceRequest Members

Send Feedback