DocumentLibraryVersion.Open Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens the specified version of the shared document from the DocumentLibraryVersions collection in read-only mode.
public:
System::Object ^ Open();
public object Open ();
abstract member Open : unit -> obj
Public Function Open () As Object