MinuteRecurrence.MinutesInterval Property
Gets or sets the interval, in minutes, at which a scheduled report runs.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property MinutesInterval As Integer
Get
Set
'Usage
Dim instance As MinuteRecurrence
Dim value As Integer
value = instance.MinutesInterval
instance.MinutesInterval = value
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
An Integer value that represents the interval, in minutes, at which a scheduled report runs.