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.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
appDomain As String, _
urlZone As SPUrlZone, _
port As Integer, _
isSchemeSSL As Boolean _
)
'Usage
Dim appDomain As String
Dim urlZone As SPUrlZone
Dim port As Integer
Dim isSchemeSSL As Boolean
Dim instance As New SPAppDomain(appDomain, _
urlZone, port, isSchemeSSL)
public SPAppDomain(
string appDomain,
SPUrlZone urlZone,
int port,
bool isSchemeSSL
)
Parameters
- appDomain
Type: System.String
- urlZone
Type: Microsoft.SharePoint.Administration.SPUrlZone
- port
Type: System.Int32
- isSchemeSSL
Type: System.Boolean