UserIdParameter constructor (String)
Initializes a new instance of the UserIdParameter class from the specified string.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
identity As String _
)
'Usage
Dim identity As String
Dim instance As New UserIdParameter(identity)
public UserIdParameter(
string identity
)
Parameters
identity
Type: System.StringA string that identifies the user.