ProtocolAddress.ProtocolType Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ProtocolType As Protocol
Get
'Usage
Dim instance As ProtocolAddress
Dim value As Protocol
value = instance.ProtocolType
public Protocol ProtocolType { get; }