ServicingJobDetail.JobId Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ServicingJobDetail Class

Microsoft.TeamFoundation.Framework.Server Namespace