CatalogStatus Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value representing the Catalog status.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogStatus As Short
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As Short
value = instance.CatalogStatus
instance.CatalogStatus = value
public short CatalogStatus { get; set; }
public:
property short CatalogStatus {
short get ();
void set (short value);
}
public function get CatalogStatus () : short
public function set CatalogStatus (value : short)
Property Value
Type: System..::.Int16
The status.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | The value for column VirtualCatalogStatus in table Catalogs is DBNull. |
Remarks
The CatalogStatusColumn in the Catalog DataRow.
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