MailboxServerIdParameter constructor (String)
Initializes a new instance of the MailboxServerIdParameter class for the specified server.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Sub New ( _
identity As String _
)
'Usage
Dim identity As String
Dim instance As New MailboxServerIdParameter(identity)
protected MailboxServerIdParameter(
string identity
)
Parameters
identity
Type: System.StringThe identity of the server.
See also
Reference
MailboxServerIdParameter class
MailboxServerIdParameter members