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)
Available in Sandboxed Solutions: No
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