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 collection of properties in the catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property PropertiesInCatalog As CatalogPropertyCollection
'Usage
Dim instance As ProductCatalog
Dim value As CatalogPropertyCollection
value = instance.PropertiesInCatalog
public CatalogPropertyCollection PropertiesInCatalog { get; }
public:
property CatalogPropertyCollection^ PropertiesInCatalog {
CatalogPropertyCollection^ get ();
}
public function get PropertiesInCatalog () : CatalogPropertyCollection
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogPropertyCollection
A collection of properties in the catalog.
Remarks
Returns a CatalogPropertyCollection containing the properties in the catalog.
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.