SPEvaluatorModeProvisioner.Port Property
Gets or sets the port used for the default SharePoint site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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