Delen via


DeleteProfile Method

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

Syntax

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

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

Parameters

Permissions

See Also

Reference

IProfileService Interface

IProfileService Members

Microsoft.CommerceServer.Interop.Profiles Namespace