PrimaryKeyName Property

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

Gets or sets the name of the primary key property of the profile that was manipulated.

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

Syntax

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

value = instance.PrimaryKeyName

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

Property Value

Type: System..::.String
The name of the primary key property that was manipulated.

Remarks

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

Permissions

See Also

Reference

ProfileOperationResponse Class

ProfileOperationResponse Members

Microsoft.CommerceServer.Profiles Namespace