Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.