Share via


DistributionGroupBase.ExpansionServer property

Gets or sets the Microsoft Exchange server that is used to expand the distribution group.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property ExpansionServer As String
    Get
    Set
'Usage
Dim instance As DistributionGroupBase
Dim value As String

value = instance.ExpansionServer

instance.ExpansionServer = value
public string ExpansionServer { get; set; }

Property value

Type: System.String
The Exchange server that is used to expand the distribution group.

Remarks

The default value is to use the closest Exchange server that has the Hub Transport server role installed.

See also

Reference

DistributionGroupBase class

DistributionGroupBase members

Microsoft.Exchange.Data.Directory.Management namespace