PropertyExistence Enumeration
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Enumeration PropertyExistence
public enum PropertyExistence
public enum class PropertyExistence
type PropertyExistence
public enum PropertyExistence
Members
Member name | Description | |
---|---|---|
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. | |
Required | An exception will be thrown if this property doesn't exist. |