IProfileService_CreateProfile Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Function IProfileService_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.IProfileService_CreateProfile(sValue, _
bstrType)
public virtual IProfileObject IProfileService_CreateProfile(
Object sValue,
string bstrType
)
public:
virtual IProfileObject^ IProfileService_CreateProfile(
[InAttribute] Object^ sValue,
[InAttribute] String^ bstrType
)
public function IProfileService_CreateProfile(
sValue : Object,
bstrType : String
) : IProfileObject
Parameters
- sValue
Type: System..::.Object
- bstrType
Type: System..::.String
Return Value
Type: Microsoft.CommerceServer.Interop.Profiles..::.IProfileObject
Implements
IProfileService..::.CreateProfile(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.