Condividi tramite


Proprietà Schedule.Definition

Gets or sets the definition of the schedule.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property Definition As ScheduleDefinition 
    Get 
    Set
'Utilizzo
Dim instance As Schedule 
Dim value As ScheduleDefinition 

value = instance.Definition

instance.Definition = value
public ScheduleDefinition Definition { get; set; }
public:
property ScheduleDefinition^ Definition {
    ScheduleDefinition^ get ();
    void set (ScheduleDefinition^ value);
}
member Definition : ScheduleDefinition with get, set
function get Definition () : ScheduleDefinition 
function set Definition (value : ScheduleDefinition)

Valore proprietà

Tipo: ReportService2010.ScheduleDefinition
A ScheduleDefinition object that contains the definition of the schedule.

Vedere anche

Riferimento

Schedule Classe

Spazio dei nomi ReportService2010