BuiltIn Field
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The BuiltIn field of the CatalogPropertiesDataSetSchema class contains a constant used to indicate the name of the built in entity where the property exists. This field is constant.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Const BuiltIn As String
'Usage
Dim value As String
value = CatalogPropertiesDataSetSchema.BuiltIn
public const string BuiltIn
public:
literal String^ BuiltIn
public const var BuiltIn : String
Remarks
This field stores a constant used to indicate the name of the built in entity where the property exists.
The property is nullNothingnullptra null reference (Nothing in Visual Basic) for user defined properties. Specifies the column name in the CatalogProperties table as "BuiltIn". DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: BuiltIn.
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
CatalogPropertiesDataSetSchema Class