MigrationEndpoint.Port property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property Port As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As MigrationEndpoint
Dim value As Nullable(Of Integer)
value = instance.Port
instance.Port = value
public Nullable<int> Port { get; set; }
Property value
Type: System.Nullable<Int32>