Document.AttachedTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Template that represents the template attached to the document.
public:
property System::Object ^ AttachedTemplate { System::Object ^ get(); void set(System::Object ^ value); };
public object AttachedTemplate { get; set; }
member this.AttachedTemplate : obj with get, set
Public Property AttachedTemplate As Object
Property Value
A Template that represents the template attached to the document.
Remarks
To set this property, specify either the name of the template or an expression that returns a Template.