Edit

Share via


Dependency Class

Definition

Represents a dependency.

[System.Runtime.Serialization.DataContract]
public class Dependency : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type Dependency = class
    inherit BaseSecuredObject
Public Class Dependency
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
Dependency
Attributes

Constructors

Dependency()

Properties

Event

The event. The dependency is satisfied when the referenced object emits this event.

Scope

The scope. This names the object referenced by the dependency.

Applies to