Mailbox.ResourceType Property
Gets the type of a resource.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceType As Nullable(Of ExchangeResourceType)
Get
'Usage
Dim instance As Mailbox
Dim value As Nullable(Of ExchangeResourceType)
value = instance.ResourceType
public Nullable<ExchangeResourceType> ResourceType { get; }
Property Value
Type: System.Nullable<ExchangeResourceType>
The type of a resource. This property can be a null reference (Nothing in Visual Basic).
See Also