Table of Contents

Class ApplicationList

Namespace
Vonage.Applications
Assembly
Vonage.dll

Represents a collection of applications returned from the API.

public class ApplicationList
Inheritance
ApplicationList
Inherited Members

Properties

Applications

The list of applications.

[JsonProperty("applications")]
public IList<Application> Applications { get; set; }

Property Value

IList<Application>