Share via


IsVirtualCatalog Property

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

Gets a value to indicate if the current instance is a BaseCatalog or a VirtualCatalog.

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

Syntax

'Declaration
Public ReadOnly Property IsVirtualCatalog As Boolean
'Usage
Dim instance As ProductCatalog
Dim value As Boolean

value = instance.IsVirtualCatalog
public bool IsVirtualCatalog { get; }
public:
property bool IsVirtualCatalog {
    bool get ();
}
public function get IsVirtualCatalog () : boolean

Property Value

Type: System..::.Boolean
true if the current instance is a virtual catalog; otherwise, false

Remarks

Returns a value to indicate if the current instance is a BaseCatalog or a VirtualCatalog. Returns true if this item is retrieved from a virtual catalog, false if it is retrieved from a base catalog.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

Microsoft.CommerceServer.Catalog Namespace