Initialize Method

Namespace:  Microsoft.CommerceServer.Interop.Profiles
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Sub Initialize ( _
    sConfigStore As String, _
    sCatalog As String _
)
'Usage
Dim instance As IProfileService
Dim sConfigStore As String
Dim sCatalog As String

instance.Initialize(sConfigStore, sCatalog)
void Initialize(
    string sConfigStore,
    string sCatalog
)
void Initialize(
    [InAttribute] String^ sConfigStore, 
    [InAttribute] String^ sCatalog
)
function Initialize(
    sConfigStore : String, 
    sCatalog : String
)

Parameters

Permissions

See Also

Reference

IProfileService Interface

IProfileService Members

Microsoft.CommerceServer.Interop.Profiles Namespace