Share via


PropertyConstraint.ValueExclusivity Property

Defines how exclusive this property value is. Note that all property values are compared using an OrdinalIgnoreCase comparer. This value defaults to no exclusivity.

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

Syntax

'Declaration
Public Property ValueExclusivity As PropertyValueExclusivity
public PropertyValueExclusivity ValueExclusivity { get; set; }
public:
property PropertyValueExclusivity ValueExclusivity {
    PropertyValueExclusivity get ();
    void set (PropertyValueExclusivity value);
}
member ValueExclusivity : PropertyValueExclusivity with get, set
function get ValueExclusivity () : PropertyValueExclusivity 
function set ValueExclusivity (value : PropertyValueExclusivity)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.PropertyValueExclusivity
Returns PropertyValueExclusivity.

.NET Framework Security

See Also

Reference

PropertyConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace