CatalogResourceTypeConstraints.PropertyConstraints Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
Public Property PropertyConstraints As PropertyConstraint()
Get
Set
public PropertyConstraint[] PropertyConstraints { get; set; }
public:
property array<PropertyConstraint^>^ PropertyConstraints {
array<PropertyConstraint^>^ get ();
void set (array<PropertyConstraint^>^ value);
}
member PropertyConstraints : PropertyConstraint[] with get, set
function get PropertyConstraints () : PropertyConstraint[]
function set PropertyConstraints (value : PropertyConstraint[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.PropertyConstraint[]
.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.