Свойство Minutes
The number of minutes that passes before a cached report expires.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Property Minutes As Integer
Get
Set
'Применение
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)
Значение свойства
Тип: System. . :: . .Int32
An Integervalue.