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.
Get or sets the schedule for this delivery.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property Schedule As DeliverySchedule
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public DeliverySchedule Schedule { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property DeliverySchedule Schedule {
DeliverySchedule get ();
void set (DeliverySchedule value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member Schedule : DeliverySchedule with get, set
function get Schedule () : DeliverySchedule
function set Schedule (value : DeliverySchedule)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.DeliverySchedule
Remarks
NOTE: Only DeliverySchedule.Immediate is current supported. Other values are reserved for possible future use.
.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.