BlogLinksWebPart.ListId - Propriété
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ListId As Guid
Get
Set
'Utilisation
Dim instance As BlogLinksWebPart
Dim value As Guid
value = instance.ListId
instance.ListId = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public Guid ListId { get; set; }
Valeur de propriété
Type : System.Guid