DeliveryPreference.Type Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Server.Core.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.