RoleEntryIdParameter constructor (ADObjectId, String, ManagementRoleEntryType)

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public Sub New ( _
    adObjectId As ADObjectId, _
    cmdletOrScriptName As String, _
    type As ManagementRoleEntryType _
)
'Usage
Dim adObjectId As ADObjectId
Dim cmdletOrScriptName As String
Dim type As ManagementRoleEntryType

Dim instance As New RoleEntryIdParameter(adObjectId, _
    cmdletOrScriptName, type)
public RoleEntryIdParameter(
    ADObjectId adObjectId,
    string cmdletOrScriptName,
    ManagementRoleEntryType type
)

Parameters

See also

Reference

RoleEntryIdParameter class

RoleEntryIdParameter members

RoleEntryIdParameter overload

Microsoft.Exchange.Configuration.Tasks namespace