TeamBuildTaskStartedEventArgs.TaskType Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'宣言
Public Property TaskType As String
    Get
    Set
public string TaskType { get; set; }
public:
property String^ TaskType {
    String^ get ();
    void set (String^ value);
}
member TaskType : string with get, set
function get TaskType () : String
function set TaskType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamBuildTaskStartedEventArgs Class

Microsoft.TeamFoundation.Build.Tasks Namespace