DeliveryPreference.Schedule Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property Schedule As DeliverySchedule
Get
Set
[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.Framework.Server.DeliverySchedule
.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.