IBuildInformationNode.Parent Property
Gets the parent node of the information node.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property Parent As IBuildInformationNode
'Usage
Dim instance As IBuildInformationNode
Dim value As IBuildInformationNode
value = instance.Parent
IBuildInformationNode Parent { get; }
property IBuildInformationNode^ Parent {
IBuildInformationNode^ get ();
}
function get Parent () : IBuildInformationNode
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationNode
.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.