共用方式為


TimeExpiration.Minutes 屬性

Gets or sets the number of minutes that pass before a cached report expires.

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.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 Integer value that represents the number of minutes that pass before a cached report expires.

請參閱

參考

TimeExpiration 類別

ReportService2010 命名空間