ParentChildConstraints.AllowedParents Property

The resource types that can be parents 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 AllowedParents As Guid()
public Guid[] AllowedParents { get; set; }
public:
property array<Guid>^ AllowedParents {
    array<Guid>^ get ();
    void set (array<Guid>^ value);
}
member AllowedParents : Guid[] with get, set
function get AllowedParents () : Guid[]
function set AllowedParents (value : Guid[])

Property Value

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

.NET Framework Security

See Also

Reference

ParentChildConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace