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
- 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.