BaseXsltListWebPart.WebId - Propriété

Obtient ou définit le GUID du site Web en cours.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property WebId As Guid
    Get
    Set
'Utilisation
Dim instance As BaseXsltListWebPart
Dim value As Guid

value = instance.WebId

instance.WebId = value
[BrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebPartStorageAttribute(Storage.Shared)]
public Guid WebId { get; set; }

Valeur de propriété

Type : System.Guid
Le GUID du site Web en cours.

Voir aussi

Référence

BaseXsltListWebPart classe

BaseXsltListWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms