Share via


BuildInformationRecord.ParentToBuildDetail Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property ParentToBuildDetail As Boolean
public bool ParentToBuildDetail { get; set; }
public:
property bool ParentToBuildDetail {
    bool get ();
    void set (bool value);
}
member ParentToBuildDetail : bool with get, set
function get ParentToBuildDetail () : boolean 
function set ParentToBuildDetail (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildInformationRecord Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace