CatalogResourceTypeConstraints.ParentChildConstraints Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Property ParentChildConstraints As ParentChildConstraints
Get
Set
public ParentChildConstraints ParentChildConstraints { get; set; }
public:
property ParentChildConstraints^ ParentChildConstraints {
ParentChildConstraints^ get ();
void set (ParentChildConstraints^ value);
}
member ParentChildConstraints : ParentChildConstraints with get, set
function get ParentChildConstraints () : ParentChildConstraints
function set ParentChildConstraints (value : ParentChildConstraints)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.ParentChildConstraints
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.