ServicingJobData.ServicingOptionsInt32 Property

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ServicingOptionsInt32 As Integer
[BrowsableAttribute(false)]
public int ServicingOptionsInt32 { get; set; }
[BrowsableAttribute(false)]
public:
property int ServicingOptionsInt32 {
    int get ();
    void set (int value);
}
[<BrowsableAttribute(false)>]
member ServicingOptionsInt32 : int with get, set
function get ServicingOptionsInt32 () : int 
function set ServicingOptionsInt32 (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace