TimeExpiration.Minutes Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

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

Property Value

Type: System.Int32

See Also

TimeExpiration Class
ReportService2010 Namespace

Return to top