SPAppDomain.Port property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Port As Integer
Get
'Usage
Dim instance As SPAppDomain
Dim value As Integer
value = instance.Port
public int Port { get; }
Property value
Type: System.Int32