ProxyAddressBase.Prefix Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Prefix As ProxyAddressPrefix
Get
'Usage
Dim instance As ProxyAddressBase
Dim value As ProxyAddressPrefix
value = instance.Prefix
public ProxyAddressPrefix Prefix { get; }
Property Value
Type: Microsoft.Exchange.Data.ProxyAddressPrefix
Returns ProxyAddressPrefix.
See Also