ExpressionCategories Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the ExpressionCategorySet..::.ExpressionCategoriesDataTable table of this DataSet.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ExpressionCategories As ExpressionCategorySet..::.ExpressionCategoriesDataTable
'Usage
Dim instance As ExpressionCategorySet
Dim value As ExpressionCategorySet..::.ExpressionCategoriesDataTable
value = instance.ExpressionCategories
[BrowsableAttribute(false)]
public ExpressionCategorySet..::.ExpressionCategoriesDataTable ExpressionCategories { get; }
[BrowsableAttribute(false)]
public:
property ExpressionCategorySet..::.ExpressionCategoriesDataTable^ ExpressionCategories {
ExpressionCategorySet..::.ExpressionCategoriesDataTable^ get ();
}
public function get ExpressionCategories () : ExpressionCategorySet..::.ExpressionCategoriesDataTable
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoriesDataTable
The strongly typed ExpressionCategorySet.ExpressionCategorySet..::.ExpressionCategoriesDataTable wrapper for the "ExpressionCategory" table.
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.