IBuildDetailNode.Content Property

Returns the content for this node. This should be a Windows Presentation Foundation document paragraph (or block).

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

Syntax

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

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

IBuildDetailNode Interface

Microsoft.TeamFoundation.Build.Controls Namespace