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.
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
- 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.