Demand 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 a demand used by a definition or build.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.Build.WebApi.DemandJsonConverter))]
public abstract class Demand : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type Demand = class
inherit BaseSecuredObject
Public MustInherit Class Demand
Inherits BaseSecuredObject
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectDemand
- Derived
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Constructors
Demand(String, String, ISecuredObject) | |
Demand(String, String) |
Properties
Name |
The name of the capability referenced by the demand. |
Value |
The demanded value. |
Methods
Clone() |
Clones this object. |
Equals(Object) | |
GetExpression() | |
GetHashCode() | |
ToString() | |
TryParse(String, Demand) |
Parses a string into a Demand instance. |