ExportAsVirtualCatalog Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value that specifies whether the catalog is exported as a virtual catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property ExportAsVirtualCatalog As Boolean
'Usage
Dim instance As CatalogExportOptions
Dim value As Boolean
value = instance.ExportAsVirtualCatalog
instance.ExportAsVirtualCatalog = value
public bool ExportAsVirtualCatalog { get; set; }
public:
property bool ExportAsVirtualCatalog {
bool get ();
void set (bool value);
}
public function get ExportAsVirtualCatalog () : boolean
public function set ExportAsVirtualCatalog (value : boolean)
Property Value
Type: System..::.Boolean
true if the catalog is exported as a virtual catalog; otherwise false.
Remarks
A virtual catalog is a catalog that references the product data in one or more base catalogs.
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
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File