FreeTextIndexCreated Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the DateTime when the FreeTextIndex was created.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property FreeTextIndexCreated As DateTime
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As DateTime
value = instance.FreeTextIndexCreated
instance.FreeTextIndexCreated = value
public DateTime FreeTextIndexCreated { get; set; }
public:
property DateTime FreeTextIndexCreated {
DateTime get ();
void set (DateTime value);
}
public function get FreeTextIndexCreated () : DateTime
public function set FreeTextIndexCreated (value : DateTime)
Property Value
Type: System..::.DateTime
The DateTime that the FreeText index was created.
Remarks
Date/time when FreeText index was created. A FreeText index will be created for the table and each of the Languages supported by the catalog. All these indexes will be a part of the same Full Text Catalog
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