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
- bstrKeyMemberName
Type: System..::.String
- sValue
Type: System..::.Object
- bstrType
Type: System..::.String
Implements
IProfileService..::.DeleteProfileByKey(String, Object, String)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.