DatabaseInformation.FullTextEnabled Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property FullTextEnabled As Boolean
public bool FullTextEnabled { get; set; }
public:
property bool FullTextEnabled {
    bool get ();
    void set (bool value);
}
member FullTextEnabled : bool with get, set
function get FullTextEnabled () : boolean 
function set FullTextEnabled (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace