TimeExpiration.Minutes 属性

定义

获取或设置分钟数,经过这几分钟后,缓存的报表将过期。

public:
 property int Minutes { int get(); void set(int value); };
public int Minutes { get; set; }
member this.Minutes : int with get, set
Public Property Minutes As Integer

属性值

返回缓存报表过期前经过的分钟数。

适用于