ListConnectionString Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the database connection string the List Manager uses to store lists.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
Protected Friend Shared ReadOnly Property ListConnectionString As String
'Usage
Dim value As String
value = MarketingWebService.ListConnectionString
protected internal static string ListConnectionString { get; }
protected public:
static property String^ ListConnectionString {
String^ get ();
}
protected internal static function get ListConnectionString () : String
Property Value
Type: System..::.String
The database listconnection string for the Local Mode.
Remarks
Retrieve a connection string from a Campaigns resource collection. Returns the listconnection string for the Local Mode. Gets the List Manger configuration object based on the configuration section handler.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.