SPLocalizedImage.ImageFileName Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImageFileName As String
Get
Set
'Usage
Dim instance As SPLocalizedImage
Dim value As String
value = instance.ImageFileName
instance.ImageFileName = value
public string ImageFileName { get; set; }
Property Value
Type: System.String