FormItemRow.ImageUrl2FileName Property
Gets or sets the URL for the second image that is shown to the right of the first image.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ImageUrl2FileName As String
Get
Set
'Usage
Dim instance As FormItemRow
Dim value As String
value = instance.ImageUrl2FileName
instance.ImageUrl2FileName = value
public string ImageUrl2FileName { get; set; }
Property Value
Type: System.String