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