Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Server.Core.PropertyValueExclusivity
.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.