SPWebApplicationBuilder.Port-Eigenschaft
Ruft ab oder legt den Port, der die neue Webanwendung fest.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Port As Integer
Get
Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As Integer
value = instance.Port
instance.Port = value
public int Port { get; set; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die eine eindeutige Portnummer angibt.
Siehe auch
Referenz
SPWebApplicationBuilder Klasse