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 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
- 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.