Share via


ISql100FullTextIndex.IsStopListOff Property

Gets or sets whether the stoplist is off.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsStopListOff As Boolean
    Get
    Set
'Usage
Dim instance As ISql100FullTextIndex
Dim value As Boolean

value = instance.IsStopListOff

instance.IsStopListOff = value
bool IsStopListOff { get; set; }
property bool IsStopListOff {
    bool get ();
    void set (bool value);
}
function get IsStopListOff () : boolean
function set IsStopListOff (value : boolean)
abstract IsStopListOff : bool with get, set

Property Value

Type: System.Boolean
Returns True if the stoplist is off; otherwise, False.

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

ISql100FullTextIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace