ListViewWebPart.WebId Property

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property WebId As Guid
    Get
    Set

Dim instance As ListViewWebPart
Dim value As Guid

value = instance.WebId

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

Property Value

Type: System.Guid

See Also

Reference

ListViewWebPart Class

ListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace