DeliveryPreference.Type Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property Type As DeliveryType
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public DeliveryType Type { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property DeliveryType Type {
    DeliveryType get ();
    void set (DeliveryType value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member Type : DeliveryType with get, set
function get Type () : DeliveryType 
function set Type (value : DeliveryType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.DeliveryType
Returns DeliveryType.

.NET Framework Security

See Also

Reference

DeliveryPreference Class

Microsoft.TeamFoundation.Framework.Server Namespace