MobileDeviceConfiguration.DeviceAccessState property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property DeviceAccessState As DeviceAccessState
Get
Set
'Usage
Dim instance As MobileDeviceConfiguration
Dim value As DeviceAccessState
value = instance.DeviceAccessState
instance.DeviceAccessState = value
public DeviceAccessState DeviceAccessState { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.DeviceAccessState
See also
Reference
MobileDeviceConfiguration class