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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property LibraryGuid As Guid
Get
Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As Guid
value = instance.LibraryGuid
instance.LibraryGuid = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public Guid LibraryGuid { get; set; }
Property Value
Type: System.Guid
The GUID of the picture library.
See Also
Reference
PictureLibrarySlideshowWebPart Class