Template.Type Property

Definition

Returns the template type.

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

Property Value

Remarks

WdTemplateType can be one of these WdTemplateType constants:

wdAttachedTemplate

wdGlobalTemplate

wdNormalTemplate

Applies to