ParentChildConstraints.AllowedChildren Property

The resource types that can be children of nodes of this type.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property AllowedChildren As Guid()
public Guid[] AllowedChildren { get; set; }
public:
property array<Guid>^ AllowedChildren {
    array<Guid>^ get ();
    void set (array<Guid>^ value);
}
member AllowedChildren : Guid[] with get, set
function get AllowedChildren () : Guid[]
function set AllowedChildren (value : Guid[])

Property Value

Type: array<System.Guid[]
Returns Guid.

.NET Framework Security

See Also

Reference

ParentChildConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace