'Declaration Public Property IsLinked As System.Boolean
'Usage Dim instance As FTPFileInfo Dim value As System.Boolean instance.IsLinked = value value = instance.IsLinked
public System.bool IsLinked {get; set;}
public read-write property IsLinked: System.Boolean;
public function get,set IsLinked : System.boolean