IBuildProjectNode.Parent Property
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
'Déclaration
ReadOnly Property Parent As IBuildProjectNode
Get
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.