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 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