PropertyExistence Enumeration
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Enumeration PropertyExistence
public enum PropertyExistence
public enum class PropertyExistence
type PropertyExistence
public enum PropertyExistence
Members
Member name | Description | |
---|---|---|
Required | An exception will be thrown if this property does not exist. | |
Optional | An exception will not be thrown in the case that this property does or does not exist. The use of this value is to be able to apply [PropertyValueExclusivity] on optional properties. |