Determines the rules around the existence of a given property. This value defaults to required.
Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Server.Core.PropertyExistence
.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.