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 or sets 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 Property IsVirtualCatalog As Short
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As Short
value = instance.IsVirtualCatalog
instance.IsVirtualCatalog = value
public short IsVirtualCatalog { get; set; }
public:
property short IsVirtualCatalog {
short get ();
void set (short value);
}
public function get IsVirtualCatalog () : short
public function set IsVirtualCatalog (value : short)
Property Value
Type: System..::.Int16
Returns 1 if this catalog is a virtual catalog, 0 if it is a base catalog.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | The value for column IsVirtualCatalog in table Catalogs is DBNull. |
Remarks
Used to indicate a Virtual or a Base catalog. A 1 indicates that this catalog is a virtual catalog. A 0 indicates that this catalog is 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.
See Also
Reference
CatalogsDataSet..::.Catalog Class