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