Dim _Document1 As _Document Dim returnValue As Object returnValue = _Document1.AttachedTemplate Dim sampleValue As Object _Document1.AttachedTemplate = sampleValue
Property AttachedTemplate() As Object
object AttachedTemplate {get; set;}
property Object^ AttachedTemplate{ Object^ get(); Void set(Object^); }
public System.Object get_AttachedTemplate(); public void set_AttachedTemplate(System.Object);
function get AttachedTemplate() : Object; function set AttachedTemplate(Object);
To set this property, specify either the name of the template or an expression that returns a Template object.