IActivityProperties.Node Property

Gets the IBuildInformationNode object that is encapsulated by this interface.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
ReadOnly Property Node As IBuildInformationNode
IBuildInformationNode Node { get; }
property IBuildInformationNode^ Node {
    IBuildInformationNode^ get ();
}
abstract Node : IBuildInformationNode with get
function get Node () : IBuildInformationNode

Property Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationNode
The IBuildInformationNode object that is encapsulated by this interface.

.NET Framework Security

See Also

Reference

IActivityProperties Interface

Microsoft.TeamFoundation.Build.Client Namespace