IProfileService_Initialize Method

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

Syntax

'Declaration
Public Overridable Sub IProfileService_Initialize ( _
    sConfigStore As String, _
    sCatalog As String _
)
'Usage
Dim instance As ProfileServiceClass
Dim sConfigStore As String
Dim sCatalog As String

instance.IProfileService_Initialize(sConfigStore, _
    sCatalog)
public virtual void IProfileService_Initialize(
    string sConfigStore,
    string sCatalog
)
public:
virtual void IProfileService_Initialize(
    [InAttribute] String^ sConfigStore, 
    [InAttribute] String^ sCatalog
)
public function IProfileService_Initialize(
    sConfigStore : String, 
    sCatalog : String
)

Parameters

Implements

IProfileService..::.Initialize(String, String)

Permissions

See Also

Reference

ProfileServiceClass Class

ProfileServiceClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace