SPMenuField.ImageUrlFields property
Gets or sets a comma separated list of field names to be used in the [ImageUrl] property of the underlying [Menu] control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImageUrlFields As String
Get
Set
'Usage
Dim instance As SPMenuField
Dim value As String
value = instance.ImageUrlFields
instance.ImageUrlFields = value
public string ImageUrlFields { get; set; }
Property value
Type: System.String
A string value specifying the list of field names.