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
- sConfigStore
Type: System..::.String
- sCatalog
Type: System..::.String
Implements
IProfileService..::.Initialize(String, 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.