AssignAll Property

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

Gets or sets the value in the AssignAllColumn column of the CatalogPropertiesDataSet..::.CatalogPropertiesDataTable table.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property AssignAll As Boolean
'Usage
Dim instance As CatalogPropertiesDataSet..::.CatalogProperty
Dim value As Boolean

value = instance.AssignAll

instance.AssignAll = value
public bool AssignAll { get; set; }
public:
property bool AssignAll {
    bool get ();
    void set (bool value);
}
public function get AssignAll () : boolean
public function set AssignAll (value : boolean)

Property Value

Type: System..::.Boolean
The value from the AssignAllColumn column of the CatalogPropertiesDataSet..::.CatalogPropertiesDataTable table.

Remarks

DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: AssignAll.

The AssignAll property is used by the UI only and not the subsystem using this object. Creating a property in the subsystem and setting AssignAll to true will not add this property to all existing or new definitions. However, setting the AssignAll to true using the Catalog and Inventory Schema Manager UI assigns the property to all existing definitions. The AssignAll property is only validated in the UI and not the subsystem.

Permissions

See Also

Reference

CatalogPropertiesDataSet..::.CatalogProperty Class

CatalogPropertiesDataSet..::.CatalogProperty Members

Microsoft.CommerceServer.Catalog Namespace