MailMerge.MainDocumentType Property

Source Document Type.Represents the element tag in schema: w:mainDocumentType

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property MainDocumentType As MainDocumentType
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As MainDocumentType

value = instance.MainDocumentType

instance.MainDocumentType = value
public MainDocumentType MainDocumentType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.MainDocumentType
Returns MainDocumentType.

See Also

Reference

MailMerge Class

MailMerge Members

DocumentFormat.OpenXml.Wordprocessing Namespace