다음을 통해 공유


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 네임스페이스