Share via


DeliveryPreference.Type Property

The format that is used to deliver event notifications. Allowable values for Type are EmailHtml, EmailPlaintext, or Soap.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Type As DeliveryType
'Usage
Dim instance As DeliveryPreference 
Dim value As DeliveryType 

value = instance.Type

instance.Type = value
public DeliveryType Type { get; set; }
public:
property DeliveryType Type {
    DeliveryType get ();
    void set (DeliveryType value);
}
public function get Type () : DeliveryType 
public function set Type (value : DeliveryType)

Property Value

Type: Microsoft.TeamFoundation.Server.DeliveryType

.NET Framework Security

See Also

Reference

DeliveryPreference Class

DeliveryPreference Members

Microsoft.TeamFoundation.Server Namespace