IProfileService_DeleteProfileByKey Method

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

Syntax

'Declaration
Public Overridable Sub IProfileService_DeleteProfileByKey ( _
    bstrKeyMemberName As String, _
    sValue As Object, _
    bstrType As String _
)
'Usage
Dim instance As ProfileServiceClass
Dim bstrKeyMemberName As String
Dim sValue As Object
Dim bstrType As String

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

Parameters

Implements

IProfileService..::.DeleteProfileByKey(String, Object, String)

Permissions

See Also

Reference

ProfileServiceClass Class

ProfileServiceClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace