SPEvaluatorModeProvisioner.Port property

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

SPEvaluatorModeProvisioner members

Microsoft.SharePoint namespace