AvailabilityConfig.PerUserAccount Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property PerUserAccount As ADObjectId
Get
Set
'Usage
Dim instance As AvailabilityConfig
Dim value As ADObjectId
value = instance.PerUserAccount
instance.PerUserAccount = value
public ADObjectId PerUserAccount { get; set; }