WebPartGalleryItem.IsSafeAgainstScript Property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsSafeAgainstScript As Boolean
Get
'Usage
Dim instance As WebPartGalleryItem
Dim value As Boolean
value = instance.IsSafeAgainstScript
public abstract bool IsSafeAgainstScript { get; }
Property Value
Type: System.Boolean