BindAs Method

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

Syntax

'Declaration
Sub BindAs ( _
    sUsername As String, _
    sPassword As String _
)
'Usage
Dim instance As IProfileService
Dim sUsername As String
Dim sPassword As String

instance.BindAs(sUsername, sPassword)
void BindAs(
    string sUsername,
    string sPassword
)
void BindAs(
    [InAttribute] String^ sUsername, 
    [InAttribute] String^ sPassword
)
function BindAs(
    sUsername : String, 
    sPassword : String
)

Parameters

Permissions

See Also

Reference

IProfileService Interface

IProfileService Members

Microsoft.CommerceServer.Interop.Profiles Namespace