SPProviderInitialData.DefaultImageUrl Property
Gets or sets the URL of the image to be displayed in the Picker dialog.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DefaultImageUrl As String
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As String
value = instance.DefaultImageUrl
instance.DefaultImageUrl = value
[DataMemberAttribute]
public string DefaultImageUrl { get; set; }
Property Value
Type: System.String
The image URL.