Jaa


ProfileOperationResponse Constructor (String, String, String)

Initializes a new instance of the ProfileOperationResponse class. The newly created ProfileResponseObject is created with the provided arguments.

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

Syntax

'Declaration
Public Sub New ( _
    profileType As String, _
    primaryKeyName As String, _
    primaryKeyValue As String _
)
'Usage
Dim profileType As String
Dim primaryKeyName As String
Dim primaryKeyValue As String

Dim instance As New ProfileOperationResponse(profileType, _
    primaryKeyName, primaryKeyValue)
public ProfileOperationResponse(
    string profileType,
    string primaryKeyName,
    string primaryKeyValue
)
public:
ProfileOperationResponse(
    String^ profileType, 
    String^ primaryKeyName, 
    String^ primaryKeyValue
)
public function ProfileOperationResponse(
    profileType : String, 
    primaryKeyName : String, 
    primaryKeyValue : String
)

Parameters

  • profileType
    Type: System..::.String
    The type of profile that was manipulated (i.e. UserObject, Address).
  • primaryKeyName
    Type: System..::.String
    The name of the primary key property of the profile that was manipulated.
  • primaryKeyValue
    Type: System..::.String
    The primary key value of the profile instance that was manipulated.

Remarks

Constructs a ProfileResponseObject object with the provided arguments.

Permissions

See Also

Reference

ProfileOperationResponse Class

ProfileOperationResponse Members

ProfileOperationResponse Overload

Microsoft.CommerceServer.Profiles Namespace