ProfileOperationResponse Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Describes a profile instance that was modified by a profile system operation.
The ProfileOperationResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfileOperationResponse | Overloaded. Initializes a new instance of the ProfileOperationResponse class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
PrimaryKeyName | Gets or sets the name of the primary key property of the profile that was manipulated. | |
PrimaryKeyValue | Gets or sets the primary key value of the profile instance that was manipulated. | |
ProfileType | Gets or sets the type of the profile that was manipulated (i.e. UserObject, Address). |
Top