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 delivery type.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Type As DeliveryType
public DeliveryType Type { get; set; }
public:
property DeliveryType Type {
DeliveryType get ();
void set (DeliveryType value);
}
member Type : DeliveryType with get, set
function get Type () : DeliveryType
function set Type (value : DeliveryType)
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.DeliveryType
The delivery type.
.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.