SPWeb.ID - Propriété
Obtient le GUID pour le site.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ID As Guid
Get
'Utilisation
Dim instance As SPWeb
Dim value As Guid
value = instance.ID
public Guid ID { get; }
Valeur de propriété
Type : System.Guid
L'identificateur global unique pour le site Web.