UpdatePackage.UpdatesJobAgent Property

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

UpdatePackage Class

Microsoft.TeamFoundation.Framework.Server Namespace