ServicingJobData.ServicingOptions Property

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

Syntax

‘선언
Public Property ServicingOptions As Integer
    Get
    Set
public int ServicingOptions { get; set; }
public:
property int ServicingOptions {
    int get ();
    void set (int value);
}
member ServicingOptions : int with get, set
function get ServicingOptions () : int
function set ServicingOptions (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace