DeleteProfileByKey Method

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

Syntax

'Declaration
Sub DeleteProfileByKey ( _
    bstrKeyMemberName As String, _
    sValue As Object, _
    bstrType As String _
)
'Usage
Dim instance As IProfileService
Dim bstrKeyMemberName As String
Dim sValue As Object
Dim bstrType As String

instance.DeleteProfileByKey(bstrKeyMemberName, _
    sValue, bstrType)
void DeleteProfileByKey(
    string bstrKeyMemberName,
    Object sValue,
    string bstrType
)
void DeleteProfileByKey(
    [InAttribute] String^ bstrKeyMemberName, 
    [InAttribute] Object^ sValue, 
    [InAttribute] String^ bstrType
)
function DeleteProfileByKey(
    bstrKeyMemberName : String, 
    sValue : Object, 
    bstrType : String
)

Parameters

Permissions

See Also

Reference

IProfileService Interface

IProfileService Members

Microsoft.CommerceServer.Interop.Profiles Namespace