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