共用方式為


TimeExpiration.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.

請參閱

參考

TimeExpiration 類別

ReportService2005 命名空間