Share via


PropertyConstraint.PropertyExistence Property

Determines the rules around the existence of a given property. This value defaults to required.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

PropertyConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace