Chart.AllowUnsafeImageMapUrls Property
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property AllowUnsafeImageMapUrls As Boolean
Get
Set
'Usage
Dim instance As Chart
Dim value As Boolean
value = instance.AllowUnsafeImageMapUrls
instance.AllowUnsafeImageMapUrls = value
public bool AllowUnsafeImageMapUrls { get; set; }
Property Value
Type: System.Boolean