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
- 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
CatalogItemConfiguration Class