UpdatePackage.Removable Property

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

Syntax

'Declaration
Public Property Removable As Boolean
public bool Removable { get; set; }
public:
property bool Removable {
    bool get ();
    void set (bool value);
}
member Removable : bool with get, set
function get Removable () : boolean 
function set Removable (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

UpdatePackage Class

Microsoft.TeamFoundation.Framework.Server Namespace