BuildData.GoodBuild Property
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property GoodBuild As Boolean
public bool GoodBuild { get; set; }
public:
property bool GoodBuild {
bool get ();
void set (bool value);
}
member GoodBuild : bool with get, set
function get GoodBuild () : boolean
function set GoodBuild (value : boolean)
Property Value
Type: System.Boolean
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace