_Document.SharedWorkspace Property
Returns a SharedWorkspace object that represents the Document Workspace in which a specified document is located.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property SharedWorkspace As SharedWorkspace
Get
'Usage
Dim instance As _Document
Dim value As SharedWorkspace
value = instance.SharedWorkspace
SharedWorkspace SharedWorkspace { get; }
Property Value
Type: SharedWorkspace