RecipientWithAdUserGroupIdParameter<TRecipientIdParameter> Class

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Configuration.Tasks.ADIdParameter
    Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter
      Microsoft.Exchange.Configuration.Tasks.RecipientWithAdUserGroupIdParameter<TRecipientIdParameter>

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

Syntax

'Declaration
Public Class RecipientWithAdUserGroupIdParameter(Of TRecipientIdParameter As {New, RecipientIdParameter}) _
    Inherits RecipientIdParameter
'Usage
Dim instance As RecipientWithAdUserGroupIdParameter(Of TRecipientIdParameter)
public class RecipientWithAdUserGroupIdParameter<TRecipientIdParameter> : RecipientIdParameter
where TRecipientIdParameter : new(), RecipientIdParameter

Type Parameters

  • TRecipientIdParameter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.