Edit

Share via


DemandExists Class

Definition

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
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
DemandExists

Remarks

This demand is satisfied as long as the named capability exists, regardless of its value.

Constructors

DemandExists(String)
DemandExists(String, ISecuredObject)

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)

Applies to