Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the project node parent of this compilation summary. May be null.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property Parent As IBuildProjectNode
IBuildProjectNode Parent { get; }
property IBuildProjectNode^ Parent {
IBuildProjectNode^ get ();
}
abstract Parent : IBuildProjectNode
function get Parent () : IBuildProjectNode
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
The project node parent of this compilation summary. May be null.
.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.