Share via


ISharePointProjectItem.SafeControlEntries Property

Get a collection of safe control entries that must be deployed along with this SharePoint project item when it is deployed. These entries are added to the package that references the SharePoint project item.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property SafeControlEntries As ISafeControlEntryCollection
ISafeControlEntryCollection SafeControlEntries { get; }

Property Value

Type: Microsoft.VisualStudio.SharePoint.ISafeControlEntryCollection
A collection of safe control entries.

.NET Framework Security

See Also

Reference

ISharePointProjectItem Interface

Microsoft.VisualStudio.SharePoint Namespace