ActiveSyncDeviceConfiguration.DeviceAccessControlRule Property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property DeviceAccessControlRule As ADObjectId
Get
Set
'Usage
Dim instance As ActiveSyncDeviceConfiguration
Dim value As ADObjectId
value = instance.DeviceAccessControlRule
instance.DeviceAccessControlRule = value
public ADObjectId DeviceAccessControlRule { get; set; }