ListViewWebPart.WebId - Propriété
Obtient ou définit le GUID de l' SPWeb à laquelle appartient le ListViewWebPart .
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property WebId As Guid
Get
Set
'Utilisation
Dim instance As ListViewWebPart
Dim value As Guid
value = instance.WebId
instance.WebId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public Guid WebId { get; set; }
Valeur de propriété
Type : System.Guid
GUID de l' SPWeb.