IsSearchable Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Checks to see if the IsSearchableColumn column is nullNothingnullptra null reference (Nothing in Visual Basic).
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property IsSearchable As Boolean
'Usage
Dim instance As CatalogItemsDataSet..::.CatalogItem
Dim value As Boolean
value = instance.IsSearchable
instance.IsSearchable = value
public bool IsSearchable { get; set; }
public:
property bool IsSearchable {
bool get ();
void set (bool value);
}
public function get IsSearchable () : boolean
public function set IsSearchable (value : boolean)
Property Value
Type: System..::.Boolean
true if the IsSearchableColumn is null; otherwise false.
Remarks
Gets a value that indicates whether the specified IsSearchableColumn contains a null value. DataSet: CatalogItemsDataSet Table: CatalogItems Column: IsSearchable.
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
CatalogItemsDataSet..::.CatalogItem Class