ParentChildConstraints.DeniedChildren Property

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

Syntax

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

Property Value

Type: array<System.Guid[]

.NET Framework Security

See Also

Reference

ParentChildConstraints Class

Microsoft.TeamFoundation.Framework.Server Namespace