GetBuildProperties.CompilationSuccess Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaración
<OutputAttribute> _
Public ReadOnly Property CompilationSuccess As Boolean
Get
[OutputAttribute]
public bool CompilationSuccess { get; }
[OutputAttribute]
public:
property bool CompilationSuccess {
bool get ();
}
[<OutputAttribute>]
member CompilationSuccess : bool
function get CompilationSuccess () : 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.