BuildData.GoodBuild Property
Namespace: Microsoft.TeamFoundation.Build.Proxy
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property GoodBuild As Boolean
'Usage
Dim instance As BuildData
Dim value As Boolean
value = instance.GoodBuild
instance.GoodBuild = value
public bool GoodBuild { get; set; }
public:
property bool GoodBuild {
bool get ();
void set (bool value);
}
public function get GoodBuild () : boolean
public 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.