MinuteRecurrence.MinutesInterval Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property MinutesInterval As Integer
public int MinutesInterval { get; set; }
public:
property int MinutesInterval {
int get ();
void set (int value);
}
member MinutesInterval : int with get, set
function get MinutesInterval () : int
function set MinutesInterval (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.