Table of Contents

Class ChannelVbc

Namespace
Vonage.Users
Assembly
Vonage.dll

Represents a VBC (Vonage Business Communications) channel.

public record ChannelVbc : IEquatable<ChannelVbc>
Inheritance
ChannelVbc
Implements
Inherited Members

Constructors

ChannelVbc(string)

Represents a VBC (Vonage Business Communications) channel.

public ChannelVbc(string Extension)

Parameters

Extension string

The VBC extension number.

Properties

Extension

The VBC extension number.

[JsonPropertyName("extension")]
public string Extension { get; init; }

Property Value

string