Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The scheduled interval between event notifications.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Schedule As DeliverySchedule
'Usage
Dim instance As DeliveryPreference
Dim value As DeliverySchedule
value = instance.Schedule
instance.Schedule = value
public DeliverySchedule Schedule { get; set; }
public:
property DeliverySchedule Schedule {
DeliverySchedule get ();
void set (DeliverySchedule value);
}
public function get Schedule () : DeliverySchedule
public function set Schedule (value : DeliverySchedule)
Property Value
Type: Microsoft.TeamFoundation.Server.DeliverySchedule
Remarks
Allowable values for Schedule are immediate, daily, or weekly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.