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
- adObjectId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
- cmdletOrScriptName
Type: System.String