Share via


FindByCategoryProfile Method

Gets a specified ExpressionCategorySet..::.ExpressionCategoryRow, identified by the Category and Profile specified.

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

Syntax

'Declaration
Public Function FindByCategoryProfile ( _
    category As String, _
    profile As String _
) As ExpressionCategorySet..::.ExpressionCategoryRow
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim category As String
Dim profile As String
Dim returnValue As ExpressionCategorySet..::.ExpressionCategoryRow

returnValue = instance.FindByCategoryProfile(category, _
    profile)
public ExpressionCategorySet..::.ExpressionCategoryRow FindByCategoryProfile(
    string category,
    string profile
)
public:
ExpressionCategorySet..::.ExpressionCategoryRow^ FindByCategoryProfile(
    String^ category, 
    String^ profile
)
public function FindByCategoryProfile(
    category : String, 
    profile : String
) : ExpressionCategorySet..::.ExpressionCategoryRow

Parameters

Return Value

Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoryRow
A ExpressionCategorySet..::.ExpressionCategoryRow containing the Category and Profile specified; otherwise a nullNothingnullptra null reference (Nothing in Visual Basic) value if the Category and Profile do not exist in the ExpressionCategorySet..::.ExpressionCategoriesDataTable.

Remarks

Locates a specified ExpressionCategorySet..::.ExpressionCategoryRow, identified by the Category and Profile specified.

Permissions

See Also

Reference

ExpressionCategorySet..::.ExpressionCategoriesDataTable Class

ExpressionCategorySet..::.ExpressionCategoriesDataTable Members

Microsoft.CommerceServer.Marketing Namespace