FormDescription.Template Property

Definition

Returns or sets a String (string in C#) indicating the name of the template for the form. Read/write.

public:
 property System::String ^ Template { System::String ^ get(); void set(System::String ^ value); };
public string Template { get; set; }
Public Property Template As String

Property Value

Remarks

This property refers to a Microsoft Office Word .DOT template file, and so is applicable for forms with UseWordMail = True.

Applies to