WeeklyRecurrence.WeeksIntervalSpecified 속성

Indicates whether the WeeksInterval value is specified.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property WeeksIntervalSpecified As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As WeeklyRecurrence 
Dim value As Boolean 

value = instance.WeeksIntervalSpecified

instance.WeeksIntervalSpecified = value
public bool WeeksIntervalSpecified { get; set; }
public:
property bool WeeksIntervalSpecified {
    bool get ();
    void set (bool value);
}
member WeeksIntervalSpecified : bool with get, set
function get WeeksIntervalSpecified () : boolean 
function set WeeksIntervalSpecified (value : boolean)

속성 값

유형: System.Boolean
A Boolean value.

참고 항목

참조

WeeklyRecurrence 클래스

ReportService2005 네임스페이스