Share via


IPersistentSpan.IsDocumentOpen Property

Definition

Returns true if the document associated with the IPersistentSpan is currently open.

public:
 property bool IsDocumentOpen { bool get(); };
public:
 property bool IsDocumentOpen { bool get(); };
public bool IsDocumentOpen { get; }
member this.IsDocumentOpen : bool
Public ReadOnly Property IsDocumentOpen As Boolean

Property Value

True if the document associated with the IPersistentSpan is currently open, otherwise false.

Applies to