Dijeli putem


IsRequired Field

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

The IsRequired field of the CatalogPropertiesDataSetSchema class contains a constant used to indicate if this property must have a value. This field is constant.

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

Syntax

'Declaration
Public Const IsRequired As String
'Usage
Dim value As String

value = CatalogPropertiesDataSetSchema.IsRequired
public const string IsRequired
public:
literal String^ IsRequired
public const var IsRequired : String

Remarks

This field stores a constant used to indicate if this property must have a value.

Specifies the column name in the CatalogProperties table as "IsRequired". DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: IsRequired.

Permissions

See Also

Reference

CatalogPropertiesDataSetSchema Class

CatalogPropertiesDataSetSchema Members

Microsoft.CommerceServer.Catalog Namespace