IProfileService_DeleteProfile Method

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

Syntax

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

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

Parameters

Implements

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

Permissions

See Also

Reference

ProfileServiceClass Class

ProfileServiceClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace