Propriété TimeExpiration.Minutes
Gets or sets the number of minutes that pass before a cached report expires.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Property Minutes As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An Integer value that represents the number of minutes that pass before a cached report expires.