ContentControlBase.Document Property (2007 System)

Gets the Document that contains the content control.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Protected ReadOnly Property Document As Document
'Usage
Dim value As Document 

value = Me.Document
protected Document Document { get; }
protected:
property Document^ Document {
    Document^ get ();
}
protected function get Document () : Document

Property Value

Type: Microsoft.Office.Tools.Word.Document
The Document that contains the content control.

.NET Framework Security

See Also

Reference

ContentControlBase Class

ContentControlBase Members

Microsoft.Office.Tools.Word Namespace