Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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