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