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 a value in the Catalog representing the CatalogFlags enumeration.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogFlags As Integer
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As Integer
value = instance.CatalogFlags
instance.CatalogFlags = value
public int CatalogFlags { get; set; }
public:
property int CatalogFlags {
int get ();
void set (int value);
}
public function get CatalogFlags () : int
public function set CatalogFlags (value : int)
Property Value
Type: System..::.Int32
An integer to represent the enumeration of CatalogFlags.
Remarks
A of bit-flags to control Catalog-level behaviors: The enumeration descriptions are Materialize, or None. The CatalogIdColumn 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