Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.