Share via


ReducedRecipient.ResourceType property

Gets the resource type of the recipient.

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 ReducedRecipient
Dim value As Nullable(Of ExchangeResourceType)

value = instance.ResourceType
public Nullable<ExchangeResourceType> ResourceType { get; }

Property value

Type: System.Nullable<ExchangeResourceType>
One of the enumeration values that indicates the resource type of the recipient.

See also

Reference

ReducedRecipient class

ReducedRecipient members

Microsoft.Exchange.Data.Directory.Management namespace