RoleEntryIdParameter constructor (RoleIdParameter, String, ManagementRoleEntryType)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
roleId As RoleIdParameter, _
cmdletOrScriptName As String, _
type As ManagementRoleEntryType _
)
'Usage
Dim roleId As RoleIdParameter
Dim cmdletOrScriptName As String
Dim type As ManagementRoleEntryType
Dim instance As New RoleEntryIdParameter(roleId, _
cmdletOrScriptName, type)
public RoleEntryIdParameter(
RoleIdParameter roleId,
string cmdletOrScriptName,
ManagementRoleEntryType type
)
Parameters
- cmdletOrScriptName
Type: System.String