Table of Contents

Class Catalog

Namespace
OpenServiceBroker.Catalogs
Assembly
OpenServiceBroker.Model.dll

A list of all services available on the Service Broker.

public class Catalog
Inheritance
Catalog
Inherited Members
Extension Methods

Properties

Services

A list of all services available on the Service Broker.

[JsonProperty("services", Required = Required.Always)]
public List<Service> Services { get; }

Property Value

List<Service>