UpdatePackage.TestPatch Property

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

UpdatePackage Class

Microsoft.TeamFoundation.Framework.Server Namespace