TeamBuildTaskTrackingEventArgs.TaskId Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
Public Property TaskId As Guid
Get
Set
public Guid TaskId { get; set; }
public:
property Guid TaskId {
Guid get ();
void set (Guid value);
}
member TaskId : Guid with get, set
function get TaskId () : Guid
function set TaskId (value : Guid)
Property Value
Type: System.Guid
.NET Framework Security
- 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.