WeeklyRecurrence.WeeksInterval Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property WeeksInterval As Integer
public int WeeksInterval { get; set; }
public:
property int WeeksInterval {
int get ();
void set (int value);
}
member WeeksInterval : int with get, set
function get WeeksInterval () : int
function set WeeksInterval (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.