SPImportSettings.WebUrl - Propriété
Obtient ou définit l'URL du site Web de destination.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property WebUrl As String
Get
Set
'Utilisation
Dim instance As SPImportSettings
Dim value As String
value = instance.WebUrl
instance.WebUrl = value
public string WebUrl { get; set; }
Valeur de propriété
Type : System.String
string qui contient l'URL.