Partager via


SPAppDomain - Constructeur (String, SPUrlZone, Int32, Boolean)

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    appDomain As String, _
    urlZone As SPUrlZone, _
    port As Integer, _
    isSchemeSSL As Boolean _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

SPAppDomain classe

SPAppDomain - Membres

SPAppDomain - Surcharge

Microsoft.SharePoint.Administration - Espace de noms