Share via


SqlBuildTask.DefaultCategory Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property DefaultCategory As String
'Usage
Dim value As String

value = Me.DefaultCategory
protected override string DefaultCategory { get; }
protected:
virtual property String^ DefaultCategory {
    String^ get () override;
}
/** @property */
protected String get_DefaultCategory ()
protected override function get DefaultCategory () : String

See Also

Reference

SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace