Share via


IsVirtualCatalog Property

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

Gets a value indicating whether this catalog item exists in a virtual catalog or a base catalog.

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 CatalogItem
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 to indicate that this catalog item exists in a virtual catalog; otherwise false.

Remarks

Returns true if this item is retrieved from a virtual catalog, false if it is retrieved from a base catalog.

Permissions

See Also

Reference

CatalogItem Class

CatalogItem Members

Microsoft.CommerceServer.Catalog Namespace