CatalogDefinitions Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the enumeration values for the CatalogDefinitions.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CatalogDefinitions As CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
'Usage
Dim instance As CatalogDefinitionsDataSet
Dim value As CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
value = instance.CatalogDefinitions
[BrowsableAttribute(false)]
public CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable CatalogDefinitions { get; }
[BrowsableAttribute(false)]
public:
property CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable^ CatalogDefinitions {
CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable^ get ();
}
public function get CatalogDefinitions () : CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
A CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable containing the CatalogDefinitions values.
Remarks
This property allows you to get to the values within the CatalogDefinitions.
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.
See Also
Reference
CatalogDefinitionsDataSet Class