Information Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the CatalogSetsDataset containing the information.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Information As CatalogSetsDataSet
'Usage
Dim instance As CatalogSet
Dim value As CatalogSetsDataSet
value = instance.Information
public CatalogSetsDataSet Information { get; }
public:
property CatalogSetsDataSet^ Information {
CatalogSetsDataSet^ get ();
}
public function get Information () : CatalogSetsDataSet
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet
A CatalogSetsDataset containing the information.
Remarks
The master catalog set record for this object.
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.