Document.Type Property

Definition

Gets the document type (template or document).

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

Property Value

One of the WdDocumentType values.

Applies to