Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the Catalogs values.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Catalogs As CatalogsDataSet..::.CatalogsDataTable
'Usage
Dim instance As CatalogsDataSet
Dim value As CatalogsDataSet..::.CatalogsDataTable
value = instance.Catalogs
[BrowsableAttribute(false)]
public CatalogsDataSet..::.CatalogsDataTable Catalogs { get; }
[BrowsableAttribute(false)]
public:
property CatalogsDataSet..::.CatalogsDataTable^ Catalogs {
CatalogsDataSet..::.CatalogsDataTable^ get ();
}
public function get Catalogs () : CatalogsDataSet..::.CatalogsDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogsDataSet..::.CatalogsDataTable
A CatalogsDataSet..::.CatalogsDataTable containing the Catalogs.
Remarks
This property allows you to get to the Catalogs.
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.