MailMergeDataSource.QueryString Property

Returns or sets the query string (SQL statement) used to retrieve a subset of the data in a mail merge data source.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property QueryString As String
    Get
    Set
'Usage
Dim instance As MailMergeDataSource
Dim value As String

value = instance.QueryString

instance.QueryString = value
string QueryString { get; set; }

Property Value

Type: System.String

See Also

Reference

MailMergeDataSource Interface

MailMergeDataSource Members

Microsoft.Office.Interop.Word Namespace