SPWeb.Name - Propriété
Obtient ou définit le nom du site Web.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Name As String
Get
Set
'Utilisation
Dim instance As SPWeb
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Valeur de propriété
Type : System.String
Une chaîne qui contient le nom de l'utilisateur.
Remarques
La propriété Name renvoie une chaîne vide si le site est un site de niveau supérieur.