UserIdParameter constructor (User)
Initializes a new instance of the UserIdParameter class for the specified user.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
user As User _
)
'Usage
Dim user As User
Dim instance As New UserIdParameter(user)
public UserIdParameter(
User user
)
Parameters
user
Type: Microsoft.Exchange.Data.Directory.Management.UserThe object that specifies the user.