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