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 CatalogProperties values.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CatalogProperties As CatalogPropertiesDataSet..::.CatalogPropertiesDataTable
'Usage
Dim instance As CatalogPropertiesDataSet
Dim value As CatalogPropertiesDataSet..::.CatalogPropertiesDataTable
value = instance.CatalogProperties
[BrowsableAttribute(false)]
public CatalogPropertiesDataSet..::.CatalogPropertiesDataTable CatalogProperties { get; }
[BrowsableAttribute(false)]
public:
property CatalogPropertiesDataSet..::.CatalogPropertiesDataTable^ CatalogProperties {
CatalogPropertiesDataSet..::.CatalogPropertiesDataTable^ get ();
}
public function get CatalogProperties () : CatalogPropertiesDataSet..::.CatalogPropertiesDataTable
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogPropertiesDataSet..::.CatalogPropertiesDataTable
A CatalogPropertiesDataSet..::.CatalogPropertiesDataTable containing the CatalogProperties values.
Remarks
This property allows you to get to the values within the CatalogProperties.
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
CatalogPropertiesDataSet Class