ProfileType Property

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

Gets or sets the type of the profile that was manipulated (i.e. UserObject, Address).

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

Syntax

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

value = instance.ProfileType

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

Property Value

Type: System..::.String
An XML representing the retrieved profile instance

Remarks

Stores the type of profile to retrieve. The catalog scope used will always be "Profile Definitions".

Permissions

See Also

Reference

ProfileOperationResponse Class

ProfileOperationResponse Members

Microsoft.CommerceServer.Profiles Namespace