Public Sub Close
Dim instance As PublishingWeb instance.Close
public void Close ()
To close the underlying wrapped SPWeb object, call the Close method instead of this one. This method only closes the underlying SPWeb if it was instantiated internally.
After calling this method, you should call the Update method to save changes.