DemandExists Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an "exists" demand.
public sealed class DemandExists : Microsoft.TeamFoundation.Build.WebApi.Demand
type DemandExists = class
inherit Demand
Public NotInheritable Class DemandExists
Inherits Demand
- Inheritance
Remarks
This demand is satisfied as long as the named capability exists, regardless of its value.
Constructors
DemandExists(String, ISecuredObject) | |
DemandExists(String) |
Properties
Name |
The name of the capability referenced by the demand. (Inherited from Demand) |
Value |
The demanded value. (Inherited from Demand) |
Methods
Clone() |
Clones this object. |
Equals(Object) | (Inherited from Demand) |
GetExpression() | (Inherited from Demand) |
GetHashCode() | (Inherited from Demand) |
ToString() | (Inherited from Demand) |