ServicingJobData.ServicingOptions Property

ServicingOptions are used to control the validation of the servicing job when the job is started. See the ServicingFlags enumeration for the available options.

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

Syntax

'Declaration
Public Property ServicingOptions As ServicingFlags
public ServicingFlags ServicingOptions { get; set; }
public:
property ServicingFlags ServicingOptions {
    ServicingFlags get ();
    void set (ServicingFlags value);
}
member ServicingOptions : ServicingFlags with get, set
function get ServicingOptions () : ServicingFlags 
function set ServicingOptions (value : ServicingFlags)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingFlags
Returns Int32.

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace