'Declaration Public ReadOnly Property PercentComplete As System.Integer
'Usage Dim instance As FTP Dim value As System.Integer value = instance.PercentComplete
public System.int PercentComplete {get;}
public read-only property PercentComplete: System.Integer;
public function get PercentComplete : System.int
public: __property System.int get_PercentComplete();
public: property System.int PercentComplete { System.int get(); }