Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the globally unique identifier (GUID) of the list view that this Web Part displays.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Property ViewGuid As String
Get
Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As String
value = instance.ViewGuid
instance.ViewGuid = value
[WebPartStorageAttribute(Storage.None)]
public string ViewGuid { get; set; }
Property Value
Type: System.String
A string value that is the GUID of the list view.