Proprietà TimeExpiration.Minutes

The number of minutes that passes before a cached report expires.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property Minutes As Integer 
    Get 
    Set
'Utilizzo
Dim instance As TimeExpiration 
Dim value As Integer 

value = instance.Minutes

instance.Minutes = value
public int Minutes { get; set; }
public:
property int Minutes {
    int get ();
    void set (int value);
}
member Minutes : int with get, set
function get Minutes () : int 
function set Minutes (value : int)

Valore proprietà

Tipo: System.Int32
An Integervalue.

Vedere anche

Riferimento

TimeExpiration Classe

Spazio dei nomi ReportService2005