_Document.AttachedTemplate Property

Definition

Returns a Template object that represents the template attached to the specified 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

Remarks

To set this property, specify either the name of the template or an expression that returns a Template object.

Applies to