DailyRecurrence.DaysInterval Property

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DailyRecurrence Class

Microsoft.TeamFoundation.Client.Reporting Namespace