JoinTableInformation Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the join table information for products and product variants.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property JoinTableInformation As JoinTableInformation
'Usage
Dim instance As CatalogItemConfiguration
Dim value As JoinTableInformation

value = instance.JoinTableInformation

instance.JoinTableInformation = value
public JoinTableInformation JoinTableInformation { get; set; }
public:
property JoinTableInformation^ JoinTableInformation {
    JoinTableInformation^ get ();
    void set (JoinTableInformation^ value);
}
public function get JoinTableInformation () : JoinTableInformation
public function set JoinTableInformation (value : JoinTableInformation)

Property Value

Type: Microsoft.CommerceServer.Catalog..::.JoinTableInformation
Join table information for products and product variants.

Remarks

The property stores join information about an external data table or view that is joined to the catalog system.

Permissions

See Also

Reference

CatalogItemConfiguration Class

CatalogItemConfiguration Members

Microsoft.CommerceServer.Catalog Namespace