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
- sConfigStore
Type: System..::.String
- sCatalog
Type: System..::.String
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.