RoutingAddress.Length Property
The Length property gets the number of characters in the address.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property Length As Integer
Get
'Usage
Dim instance As RoutingAddress
Dim value As Integer
value = instance.Length
public int Length { get; }
Property Value
Type: System.Int32