ParentChildConstraints.DeniedParents Property

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

Syntax

'宣言
Public Property DeniedParents As Guid()
    Get
    Set
public Guid[] DeniedParents { get; set; }
public:
property array<Guid>^ DeniedParents {
    array<Guid>^ get ();
    void set (array<Guid>^ value);
}
member DeniedParents : Guid[] with get, set
function get DeniedParents () : Guid[]
function set DeniedParents (value : Guid[])

Property Value

Type: array<System.Guid[]

.NET Framework Security

See Also

Reference

ParentChildConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace