ScheduleDefinition.EndDateSpecified 속성
Indicates whether the EndDate property is set.
네임스페이스: ReportService2005
어셈블리: ReportService2005(ReportService2005.dll)
구문
‘선언
Public Property EndDateSpecified As Boolean
Get
Set
‘사용 방법
Dim instance As ScheduleDefinition
Dim value As Boolean
value = instance.EndDateSpecified
instance.EndDateSpecified = value
public bool EndDateSpecified { get; set; }
public:
property bool EndDateSpecified {
bool get ();
void set (bool value);
}
member EndDateSpecified : bool with get, set
function get EndDateSpecified () : boolean
function set EndDateSpecified (value : boolean)
속성 값
유형: System.Boolean
A Boolean value.