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.
Gets or sets the port used for the default SharePoint site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Port As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As Nullable(Of Integer)
value = instance.Port
instance.Port = value
public Nullable<int> Port { get; set; }
Property value
Type: System.Nullable<Int32>
A 32-bit integer representing the port number.
See also
Reference
SPEvaluatorModeProvisioner class