SharedWorkspace.Connected Property

Definition

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.

Applies to