다음을 통해 공유


TeamFoundationJobSchedule.Interval Property

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

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property Interval As Integer
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public int Interval { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property int Interval {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member Interval : int with get, set
function get Interval () : int
function set Interval (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobSchedule Class

Microsoft.TeamFoundation.Framework.Server Namespace