DeleteProfileByKey Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Sub 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.DeleteProfileByKey(bstrKeyMemberName, _
sValue, bstrType)
public virtual void DeleteProfileByKey(
string bstrKeyMemberName,
Object sValue,
string bstrType
)
public:
virtual void DeleteProfileByKey(
[InAttribute] String^ bstrKeyMemberName,
[InAttribute] Object^ sValue,
[InAttribute] String^ bstrType
)
public function DeleteProfileByKey(
bstrKeyMemberName : String,
sValue : Object,
bstrType : String
)
Parameters
- bstrKeyMemberName
Type: System..::.String
- sValue
Type: System..::.Object
- bstrType
Type: System..::.String
Implements
IProfileService2..::.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.