PictureLibrarySlideshowWebPart.LibraryGuid property

Gets or sets the globally unique identifier (GUID) of the picture library.

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

Syntax

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

value = instance.LibraryGuid

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

Property value

Type: System.Guid
The GUID of the picture library.

See also

Reference

PictureLibrarySlideshowWebPart class

PictureLibrarySlideshowWebPart members

Microsoft.SharePoint.WebPartPages namespace