MailMergeDataSource.ConnectString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the connection string for the specified mail merge data source.
public:
property System::String ^ ConnectString { System::String ^ get(); };
public string ConnectString { get; }
member this.ConnectString : string
Public ReadOnly Property ConnectString As String