PrimaryKeyValue Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the primary key value of the profile instance that was manipulated.

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

Syntax

'Declaration
Public Property PrimaryKeyValue As String
'Usage
Dim instance As ProfileOperationResponse
Dim value As String

value = instance.PrimaryKeyValue

instance.PrimaryKeyValue = value
public string PrimaryKeyValue { get; set; }
public:
property String^ PrimaryKeyValue {
    String^ get ();
    void set (String^ value);
}
public function get PrimaryKeyValue () : String
public function set PrimaryKeyValue (value : String)

Property Value

Type: System..::.String
The primary key value of the profile instance that was manipulated.

Remarks

Stores the value of the primary key property of the profile that was manipulated.

Permissions

See Also

Reference

ProfileOperationResponse Class

ProfileOperationResponse Members

Microsoft.CommerceServer.Profiles Namespace