State propriété
Gets the state of the schedule.
Espace de noms : ReportService2006
Assembly : ReportService2006 (dans ReportService2006.dll)
Syntaxe
'Déclaration
Public Property State As ScheduleStateEnum
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : ReportService2006. . :: . .ScheduleStateEnum
A read-only ScheduleStateEnum value.