ProtectedViewWindow.Document Property

Definition

Gets a Document object associated with the protected view window.

public:
 property Microsoft::Office::Interop::Word::Document ^ Document { Microsoft::Office::Interop::Word::Document ^ get(); };
public Microsoft.Office.Interop.Word.Document Document { get; }
member this.Document : Microsoft.Office.Interop.Word.Document
Public ReadOnly Property Document As Document

Property Value

A Document object associated with the protected view window.

Remarks

Read-only.

Applies to