ADUser.HasActiveSyncDevicePartnership property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property HasActiveSyncDevicePartnership As Boolean
Get
Friend Set
'Usage
Dim instance As ADUser
Dim value As Boolean
value = instance.HasActiveSyncDevicePartnership
public bool HasActiveSyncDevicePartnership { get; internal set; }
Property value
Type: System.Boolean