Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The constraints that define the allowed parent/child relationships.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ParentChildConstraints As ParentChildConstraints
public ParentChildConstraints ParentChildConstraints { get; set; }
public:
property ParentChildConstraints^ ParentChildConstraints {
ParentChildConstraints^ get ();
void set (ParentChildConstraints^ value);
}
member ParentChildConstraints : ParentChildConstraints with get, set
function get ParentChildConstraints () : ParentChildConstraints
function set ParentChildConstraints (value : ParentChildConstraints)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.ParentChildConstraints
Returns ParentChildConstraints.
.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.