GetProfile Method

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

Syntax

'Declaration
Public Overridable Function GetProfile ( _
    sValue As Object, _
    bstrType As String, _
    bReturnError As Boolean _
) As IProfileObject
'Usage
Dim instance As ProfileServiceClass
Dim sValue As Object
Dim bstrType As String
Dim bReturnError As Boolean
Dim returnValue As IProfileObject

returnValue = instance.GetProfile(sValue, _
    bstrType, bReturnError)
public virtual IProfileObject GetProfile(
    Object sValue,
    string bstrType,
    bool bReturnError
)
public:
virtual IProfileObject^ GetProfile(
    [InAttribute] Object^ sValue, 
    [InAttribute] String^ bstrType, 
    [InAttribute] bool bReturnError
)
public function GetProfile(
    sValue : Object, 
    bstrType : String, 
    bReturnError : boolean
) : IProfileObject

Parameters

Return Value

Type: Microsoft.CommerceServer.Interop.Profiles..::.IProfileObject

Implements

IProfileService2..::.GetProfile(Object, String, Boolean)

Permissions

See Also

Reference

ProfileServiceClass Class

ProfileServiceClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace