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.
Gets or sets the method by which notifications are delivered.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property DeliveryPreference As DeliveryPreference
'Usage
Dim instance As Subscription
Dim value As DeliveryPreference
value = instance.DeliveryPreference
instance.DeliveryPreference = value
public DeliveryPreference DeliveryPreference { get; set; }
public:
property DeliveryPreference^ DeliveryPreference {
DeliveryPreference^ get ();
void set (DeliveryPreference^ value);
}
public function get DeliveryPreference () : DeliveryPreference
public function set DeliveryPreference (value : DeliveryPreference)
Property Value
Type: Microsoft.TeamFoundation.Server.DeliveryPreference
The DeliveryPreference of the subscription.
.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.