CreateProfile Method

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

Syntax

'Declaration
Function CreateProfile ( _
    sValue As Object, _
    bstrType As String _
) As IProfileObject
'Usage
Dim instance As IProfileService
Dim sValue As Object
Dim bstrType As String
Dim returnValue As IProfileObject

returnValue = instance.CreateProfile(sValue, _
    bstrType)
IProfileObject CreateProfile(
    Object sValue,
    string bstrType
)
IProfileObject^ CreateProfile(
    [InAttribute] Object^ sValue, 
    [InAttribute] String^ bstrType
)
function CreateProfile(
    sValue : Object, 
    bstrType : String
) : IProfileObject

Parameters

Return Value

Type: Microsoft.CommerceServer.Interop.Profiles..::.IProfileObject

Permissions

See Also

Reference

IProfileService Interface

IProfileService Members

Microsoft.CommerceServer.Interop.Profiles Namespace