SharedWorkspace.Connected Property
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.
Returns a Boolean value that indicates whether or not the active document is currently saved in and connected to a shared workspace.
public:
property bool Connected { bool get(); };
public bool Connected { get; }
member this.Connected : bool
Public ReadOnly Property Connected As Boolean
Property Value
Remarks
Use the Disconnect() method of the SharedWorkspace object to disconnect the local copy of the active document from the shared workspace. Use the RemoveDocument() method to remove the document from the shared workspace.