BlogMonthQuickLaunch.IListWebPart.ListId property
Obtém ou define a GUID do DefaultView usados pela Web Part para exibir a lista de meses no início rápido.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Private Property ListId As Guid Implements IListWebPart.ListId
Get
Set
'Uso
Dim instance As BlogMonthQuickLaunch
Dim value As Guid
value = CType(instance, IListWebPart).ListId
CType(instance, IListWebPart).ListId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
GuidIListWebPart.ListId { get; set; }
Property value
Type: System.Guid
O GUID do DefaultView associados a Web Part atual.
Implements
Comentários
Esse membro é uma implementação de um membro de interface. Ele pode ser usado somente quando a instância de BlogMonthQuickLaunch é convertida para uma interface IListWebPart .