Delen via


CreateProfile Method

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

Syntax

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

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

Parameters

Return Value

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

Implements

IProfileService2..::.CreateProfile(Object, String)

Permissions

See Also

Reference

ProfileServiceClass Class

ProfileServiceClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace