ListManager.ConnectionString Property (PIA)

The ConnectionString property is a read-only String that contains the database connection string List Manager uses to store lists. This property is set by the Initialize method.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting
…
Public ReadOnly Property ConnectionString As String

[C#]

public string ConnectionString {get; }

Property Value

[C#] Contains the database connection string that List Manager uses to store lists.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: listmanagerlib (in listmanagerlib.dll)

See Also

ListManager Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.