Share via


Schedule.State Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property State As ScheduleStateEnum
'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);
}
public function get State () : ScheduleStateEnum 
public function set State (value : ScheduleStateEnum)

Property Value

Type: Microsoft.TeamFoundation.Proxy.Reporting.ScheduleStateEnum

.NET Framework Security

See Also

Reference

Schedule Class

Schedule Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace