Partager via


Profile Property

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

Gets or sets the profile of the expression category represented by this row.

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

Syntax

'Declaration
Public Property Profile As String
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoryRow
Dim value As String

value = instance.Profile

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

Property Value

Type: System..::.String
The profile of the expression category represented by this row.

Remarks

This property represents the "Profile" column of the "ExpressionCategory" table.

Permissions

See Also

Reference

ExpressionCategorySet..::.ExpressionCategoryRow Class

ExpressionCategorySet..::.ExpressionCategoryRow Members

Microsoft.CommerceServer.Marketing Namespace