Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the state of the schedule.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property State As ScheduleStateEnum
Get
Set
'Usage
Dim instance As Schedule
Dim value As ScheduleStateEnum
value = instance.State
instance.State = value
public ScheduleStateEnum State { get; set; }
public:
property ScheduleStateEnum State {
ScheduleStateEnum get ();
void set (ScheduleStateEnum value);
}
member State : ScheduleStateEnum with get, set
function get State () : ScheduleStateEnum
function set State (value : ScheduleStateEnum)
Property Value
Type: ReportService2005.ScheduleStateEnum
A read-only ScheduleStateEnum value.