Share via


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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace