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
- sValue
Type: System..::.Object
- bstrType
Type: System..::.String
Implements
IProfileService..::.DeleteProfile(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.