Table of Contents

Class DistributionList

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll

Represents Distribution list name

public class DistributionList : IAddress
Inheritance
DistributionList
Implements
Inherited Members

Constructors

DistributionList()

public DistributionList()

DistributionList(string)

public DistributionList(string listName)

Parameters

listName string

Properties

Address

public string Address { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.