AggregationSubscriptionIdentity constructor (ADObjectId, Guid)
Namespace: Microsoft.Exchange.Transport.Sync.Common.Subscription
Assembly: Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)
Syntax
'Declaration
Public Sub New ( _
userId As ADObjectId, _
subscriptionId As Guid _
)
'Usage
Dim userId As ADObjectId
Dim subscriptionId As Guid
Dim instance As New AggregationSubscriptionIdentity(userId, _
subscriptionId)
public AggregationSubscriptionIdentity(
ADObjectId userId,
Guid subscriptionId
)
Parameters
- userId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
- subscriptionId
Type: System.Guid
See also
Reference
AggregationSubscriptionIdentity class
AggregationSubscriptionIdentity members
AggregationSubscriptionIdentity overload
Microsoft.Exchange.Transport.Sync.Common.Subscription namespace