ParentChildConstraints.AllowedParents Property

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

Syntax

'宣言
Public Property AllowedParents As Guid()
    Get
    Set
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[]

.NET Framework Security

See Also

Reference

ParentChildConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace