Share via


ProxyAddressBase.IsPrimaryAddress property

Gets a value that indicates whether the proxy address is the primary address of the proxy.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public ReadOnly Property IsPrimaryAddress As Boolean
    Get
'Usage
Dim instance As ProxyAddressBase
Dim value As Boolean

value = instance.IsPrimaryAddress
public bool IsPrimaryAddress { get; }

Property value

Type: System.Boolean
true if the address is the primary address of the proxy; otherwise, false.

See also

Reference

ProxyAddressBase class

ProxyAddressBase members

Microsoft.Exchange.Data namespace