PictureLibrarySlideshowWebPart.ViewGuid property

Gets or sets the GUID of the list view in the picture library.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ViewGuid As Guid
    Get
    Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As Guid

value = instance.ViewGuid

instance.ViewGuid = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public Guid ViewGuid { get; set; }

Property value

Type: System.Guid
The GUID of the list view in the picture library.

See also

Reference

PictureLibrarySlideshowWebPart class

PictureLibrarySlideshowWebPart members

Microsoft.SharePoint.WebPartPages namespace