PictureLibrarySlideshowWebPart.ImageInfo.src Field
Specifies the encoded absolute URL of the image.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public src As String
'Usage
Dim instance As PictureLibrarySlideshowWebPart.ImageInfo
Dim value As String
value = instance.src
instance.src = value
public string src
See Also
Reference
PictureLibrarySlideshowWebPart.ImageInfo Structure