Share via


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.String

    A string that identifies the user.

See also

Reference

UserIdParameter class

UserIdParameter members

UserIdParameter overload

Microsoft.Exchange.Configuration.Tasks namespace